]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - ssh_config
ssh_config: Set StrictHostKeyChecking to ask.
[config/dotfiles.git] / 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