From 2ad973dea61b86a6c4b671617bd99fe336dba1ab Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Aug 2011 12:55:18 +0200 Subject: [PATCH] ssh_config: Set StrictHostKeyChecking to ask. --- ssh_config | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.1