diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:26:11 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:26:11 -0500 |
commit | 0dc9106319869868aa3c9366a93a514fa80790c7 (patch) | |
tree | 90e2ea40fd4adb08f02017bbd363d5747de7092e /.ssh/config | |
parent | Added IPv4 address for ryanak.ca to known hosts (diff) |
Disable host checking for localhost
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 2a4f0e3..77b2a12 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,7 @@ HashKnownHosts no VisualHostKey yes +CheckHostIP yes +NoHostAuthenticationForLocalhost yes Host w310 HostName w310-181.caslab.queensu.ca |