Home | History | Annotate | Download | only in ssh

Lines Matching full:tmpdir

31 TMPDIR="/root"
40 TMPDIR=
63 tmpdir=$TST_TMPDIR
65 cat << EOD > $tmpdir/sshd_config
69 AuthorizedKeysFile $tmpdir/authorized_keys
74 PidFile $tmpdir/sshd.pid
77 $SSHD -f $tmpdir/sshd_config || \
81 rtmpdir=$(tst_rhost_run -c "mktemp -d -p $TMPDIR")
96 tst_rhost_run -c "cat ${rtmpdir}/id_rsa.pub" > $tmpdir/authorized_keys
100 test "$rc" && $rc $tmpdir/authorized_keys
102 chmod 700 $tmpdir
103 chmod 600 $tmpdir/*