]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ssh_config: Set StrictHostKeyChecking to ask.
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Aug 2011 10:55:18 +0000 (12:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Aug 2011 10:55:18 +0000 (12:55 +0200)
ssh_config

index d0a88d76194ce692edf01b76ff6a926e1413bd7c..4b9d10ea2ec2e6d37425447575288592e02f6474 100644 (file)
@@ -20,3 +20,6 @@ Host *
 
 # Don't send any environment variables.
     SendEnv
+
+# Ask before adding any host keys to ~/.ssh/known_hosts.
+    StrictHostKeyChecking ask