From: Simon Ruderich Date: Sat, 29 Feb 2020 07:32:39 +0000 (+0100) Subject: shell: ssh_config: add UpdateHostKeys X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=987d6865551867d88352fa9a16687310696b3e22 shell: ssh_config: add UpdateHostKeys --- 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).