X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fssh_config;h=e1ae5f76b3dbc33d4c449fd319746f7b0190b3a3;hp=69bc19742954248f6ad75a9f0087bd4add32dd9a;hb=987d6865551867d88352fa9a16687310696b3e22;hpb=8f1b15e31afc986a7732aa4b44545807dd8a76f7 diff --git a/shell/ssh_config b/shell/ssh_config index 69bc197..e1ae5f7 100644 --- a/shell/ssh_config +++ b/shell/ssh_config @@ -135,6 +135,9 @@ Host * # are stored in the shell's history file or in this file as shortcut so it's # rather useless (default). HashKnownHosts no +# Ask to update the known hosts when the server sends additional host keys +# (default, currently incompatible with ControlPersist). + UpdateHostKeys ask # Check host IP in known_hosts when connecting to detect DNS spoofing # (default).