Merge "Disable GSSAPIAuthentication by default"

This commit is contained in:
Zuul 2022-03-08 12:35:20 +00:00 committed by Gerrit Code Review
commit bb08f1e5e0
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ parameters:
SyslogFacility: 'AUTHPRIV'
AuthorizedKeysFile: '.ssh/authorized_keys'
ChallengeResponseAuthentication: 'no'
GSSAPIAuthentication: 'yes'
GSSAPIAuthentication: 'no'
GSSAPICleanupCredentials: 'no'
UsePAM: 'yes'
UseDNS: 'no'

View File

@ -44,7 +44,7 @@ parameters:
SyslogFacility: 'AUTHPRIV'
AuthorizedKeysFile: '.ssh/authorized_keys'
ChallengeResponseAuthentication: 'no'
GSSAPIAuthentication: 'yes'
GSSAPIAuthentication: 'no'
GSSAPICleanupCredentials: 'no'
UsePAM: 'yes'
UseDNS: 'no'