From: Simon Ruderich Date: Fri, 12 Aug 2011 10:55:18 +0000 (+0200) Subject: ssh_config: Set StrictHostKeyChecking to ask. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2ad973dea61b86a6c4b671617bd99fe336dba1ab;p=config%2Fdotfiles.git ssh_config: Set StrictHostKeyChecking to ask. --- diff --git a/ssh_config b/ssh_config index d0a88d7..4b9d10e 100644 --- a/ssh_config +++ b/ssh_config @@ -20,3 +20,6 @@ Host * # Don't send any environment variables. SendEnv + +# Ask before adding any host keys to ~/.ssh/known_hosts. + StrictHostKeyChecking ask