Add GSSAPIStrictAcceptorCheck to sshd_config to allow ssh matching any host key

This commit is contained in:
Zachary Seguin 2016-11-26 22:07:32 -05:00
parent a6d99f2828
commit a0a303e96e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ ChallengeResponseAuthentication yes
GSSAPIAuthentication yes GSSAPIAuthentication yes
GSSAPIKeyExchange yes GSSAPIKeyExchange yes
GSSAPICleanupCredentials yes GSSAPICleanupCredentials yes
GSSAPIStrictAcceptorCheck no
# public key authentication with authorized_keys # public key authentication with authorized_keys
PubkeyAuthentication yes PubkeyAuthentication yes