Turn off host key check for SSH
March 12th, 2007
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