Home
last modified time | relevance | path

Searched refs:rtmpdir (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/network/stress/ssh/
Dssh-stress.sh40 [ "$rtmpdir" ] && tst_rhost_run -c "rm -rf $rtmpdir"
80 rtmpdir=$(tst_rhost_run -c "mktemp -d -p $TMPDIR")
81 tst_rhost_run -s -c "ssh-keygen -t rsa -N \"\" -f $rtmpdir/id_rsa > /dev/null"
83 rconfig=$rtmpdir/ssh_config
89 UserKnownHostsFile $rtmpdir/known_hosts\n\
90 IdentityFile $rtmpdir/id_rsa\n\" > $rconfig"
92 tst_rhost_run -s -c "chmod 700 $rtmpdir; chmod 600 $rtmpdir/*"
95 tst_rhost_run -c "cat ${rtmpdir}/id_rsa.pub" > $tmpdir/authorized_keys