Add GSSAPIStrictAcceptorCheck to sshd_config to allow ssh matching any host key
parent
a6d99f2828
commit
a0a303e96e
|
@ -39,6 +39,7 @@ ChallengeResponseAuthentication yes
|
|||
GSSAPIAuthentication yes
|
||||
GSSAPIKeyExchange yes
|
||||
GSSAPICleanupCredentials yes
|
||||
GSSAPIStrictAcceptorCheck no
|
||||
|
||||
# public key authentication with authorized_keys
|
||||
PubkeyAuthentication yes
|
||||
|
|
Loading…
Reference in New Issue