Displaying 2 results from an estimated 2 matches for "test_ssh_logfil".
Did you mean:
test_ssh_logfile
2009 May 04
0
Test port not available
...heck would be better.
If the idea of checking for multiple ports isn't acceptable, then what
about at least enhancing the error message a bit:
no sshd running on port 4242, try setting $TEST_SSH_PORT to a different port
PS. As a side note... while reading the code I noticed I could set
TEST_SSH_LOGFILE to a filename for any output from various commands
instead of sending all the output to /dev/null. Is there a particular
reason a logfile isn't created by default?
I mean, in the grand scheme of things, is the output produced in this file
really that large or for some other reason unwant...
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...NT=/usr/bin/ssh-agent
+ SSH_BIN=ssh
+ SSHD_BIN=/usr/sbin/sshd
+ SSHAGENT_BIN=/usr/bin/ssh-agent
+ SSHADD_BIN=ssh-add
+ SSHKEYGEN_BIN=ssh-keygen
+ SSHKEYSCAN_BIN=ssh-keyscan
+ SFTP_BIN=sftp
+ SFTPSERVER_BIN=/usr/lib/openssh/sftp-server
+ SCP_BIN=scp
+ [ x != x ]
+ [ x = x ]
+ TEST_SSH_LOGFILE=/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/ssh.log
+ [ x = x ]
+ TEST_SSHD_LOGFILE=/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/sshd.log
+ [ x = x ]
+ TEST_REGRESS_LOGFILE=/tmp/autopkgtest-virt-lxc.shared.hhqua...