How to disable SSH host key checking
Then you login to a remote host for the first time, the remote host’s host key is most likely unknown to the SSH client. The default behavior is to ask the user to confirm the fingerprint of the host key. $ ssh yoda@192.168.0.100 The authenticity of host ‘192.168.0.100 (192.168.0.100)’ can’t be established. RSA key fingerprint […]