sshd_config - change default for GSSAPIAuthentication (#370)

As per https://man.openbsd.org/sshd_config, default for GSSAPIAuthentication is "no"
This commit is contained in:
Manoj Ampalam 2019-01-10 10:29:12 -08:00 committed by GitHub
parent d930619073
commit cc708b2b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#PermitEmptyPasswords no
# GSSAPI options
GSSAPIAuthentication yes
#GSSAPIAuthentication no
#AllowAgentForwarding yes
#AllowTcpForwarding yes