diff --git a/.ssh/config b/.ssh/config index 2e7bc5e..3cf0859 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,5 +8,8 @@ ControlMaster auto ControlPath /tmp/%r@%h:%p ControlPersist yes +Host * + VisualHostKey yes + Host 127.0.0.1 StrictHostKeyChecking no