Loading tests/sshserver.pl +10 −0 Original line number Diff line number Diff line Loading @@ -375,6 +375,16 @@ if((! -e $hstprvkeyf) || (! -e $hstpubkeyf) || # [3] Option not used in our ssh server config file #*************************************************************************** # Increased loglevel to debug autobuild's publickey authentication # failures when using OpenSSH 2.9.9 or SunSSH # if((($sshdid =~ /OpenSSH/) && ($sshvernum == 299)) || ($sshdid =~ /SunSSH/)) { $loglevel = 'DEBUG3'; } #*************************************************************************** # Initialize sshd config with options actually supported in OpenSSH 2.9.9 # Loading Loading
tests/sshserver.pl +10 −0 Original line number Diff line number Diff line Loading @@ -375,6 +375,16 @@ if((! -e $hstprvkeyf) || (! -e $hstpubkeyf) || # [3] Option not used in our ssh server config file #*************************************************************************** # Increased loglevel to debug autobuild's publickey authentication # failures when using OpenSSH 2.9.9 or SunSSH # if((($sshdid =~ /OpenSSH/) && ($sshvernum == 299)) || ($sshdid =~ /SunSSH/)) { $loglevel = 'DEBUG3'; } #*************************************************************************** # Initialize sshd config with options actually supported in OpenSSH 2.9.9 # Loading