Lines Matching refs:sshd
83 /usr/sbin/sshd -e -f ./sshd_config >sshd.log 2>&1 &
84 while [ ! -f sshd.pid ]; do
87 echo "SSH server started (pid $(cat sshd.pid))"
107 if [ -f sshd.pid ]; then
108 echo "Stopping SSH server (pid $(cat sshd.pid))"
109 kill $(cat sshd.pid)
111 if [ -f sshd.log ]; then
113 sed -e 's,^, ,' sshd.log
254 # sshd that is handling the sftp session.
255 atf_check -s exit:0 kill -STOP $(cat sshd.pid)
261 kill -CONT $(cat sshd.pid)