From 0dc9106319869868aa3c9366a93a514fa80790c7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 19 Feb 2013 15:26:11 -0500 Subject: Disable host checking for localhost --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.ssh/config') 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 -- cgit v1.2.3