Turn off host key check for SSH
Just for reference, to turn off SSH host key checks for localhost, here’s the line:
#.ssh/config
NoHostAuthenticationForLocalhost yes
Just for reference, to turn off SSH host key checks for localhost, here’s the line:
#.ssh/config
NoHostAuthenticationForLocalhost yes
Comments are closed