Home | History | Annotate | Download | only in librumphijack

Lines Matching refs:ssh

72 # Starts a SSH server and sets up the client to access it.
83 echo "Setting up SSH server configuration"
100 # echo "SSH server started (pid $(cat sshd.pid))"
103 echo "Setting up SSH client configuration"
105 ssh-keygen -f ssh_user_key -t rsa -b 1024 -N "" -q
119 atf_test_case ssh cleanup
122 atf_set "descr" "Test that hijacked ssh/sshd works"
160 atf_check -s exit:0 -o save:ssh.out -e ignore \
162 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
164 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \
301 atf_add_test_case ssh