mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:07:17 +03:00
Increase loglevel to debug autobuild's publickey authentication
failures when using OpenSSH 2.9.9 or SunSSH
This commit is contained in:
parent
2408b236ca
commit
34d02d1969
1 changed files with 10 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue