fix the default of PubkeyAuthentication (supposed to be yes, but was set to no)
This commit is contained in:
parent
11be1b1f8c
commit
57a0fd279e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class sshd::base {
|
|||
default => $sshd_challenge_response_authentication
|
||||
}
|
||||
$real_sshd_pubkey_authentication = $sshd_pubkey_authentication ? {
|
||||
'' => 'no',
|
||||
'' => 'yes',
|
||||
default => $sshd_pubkey_authentication
|
||||
}
|
||||
$real_sshd_rsa_authentication = $sshd_rsa_authentication ? {
|
||||
|
|
Loading…
Reference in a new issue