How to disable SSH Host Key Checking
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
- after
Host *
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
# GSSAPI options
# GSSAPIAuthentication yes
GSSAPICleanupCredentials no
# GSSAPIStrictAcceptorCheck yes
# GSSAPIKeyExchange no
# GSSAPIEnablek5users no
- before
Host *
GSSAPIAuthentication yes
# GSSAPI options
GSSAPIAuthentication yes
GSSAPICleanupCredentials no
# GSSAPIStrictAcceptorCheck yes
# GSSAPIKeyExchange no
# GSSAPIEnablek5users no