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

/external/ltp/testcases/network/stress/ssh/
H A Dssh-stress39 [ "$rtmpdir" ] && tst_rhost_run -c "rm -rf $rtmpdir"
81 rtmpdir=$(tst_rhost_run -c "mktemp -d -p $TMPDIR")
82 tst_rhost_run -s -c "ssh-keygen -t rsa -N \"\" -f $rtmpdir/id_rsa > /dev/null"
84 rconfig=$rtmpdir/ssh_config
90 UserKnownHostsFile $rtmpdir/known_hosts\n\
91 IdentityFile $rtmpdir/id_rsa\n\" > $rconfig"
93 tst_rhost_run -s -c "chmod 700 $rtmpdir; chmod 600 $rtmpdir/*"
96 tst_rhost_run -c "cat ${rtmpdir}/id_rs
[all...]

Completed in 78 milliseconds