]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Increase loglevel to debug autobuild's publickey authentication
authorYang Tse <yangsita@gmail.com>
Tue, 8 Jan 2008 00:40:02 +0000 (00:40 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 8 Jan 2008 00:40:02 +0000 (00:40 +0000)
failures when using OpenSSH 2.9.9 or SunSSH

tests/sshserver.pl

index 22b83c945391ccb62d2c7ef837d3d4cf5afae11b..af618529dd82acb3161555b2de91a0fcfc682e1d 100644 (file)
@@ -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
 #