diff options
Diffstat (limited to 'tests/sshserver.pl')
-rw-r--r-- | tests/sshserver.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl index 79fcd995b..d20ae6935 100644 --- a/tests/sshserver.pl +++ b/tests/sshserver.pl @@ -135,6 +135,8 @@ if ($verbose) { if (($ssh_daemon !~ /OpenSSH/) || (10 * $ssh_ver_major + $ssh_ver_minor < 37)) { if(!$ssh_daemon) { print "SSH server daemon found is not an OpenSSH daemon\n"; + chomp($tmpstr = qx($sshd -V 2>&1)); + print "$tmpstr\n"; } else { print "SSH server daemon found is OpenSSH $ssh_ver_major.$ssh_ver_minor\n"; |