]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: ssh_config: add UpdateHostKeys
authorSimon Ruderich <simon@ruderich.org>
Sat, 29 Feb 2020 07:32:39 +0000 (08:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 29 Feb 2020 07:32:39 +0000 (08:32 +0100)
shell/ssh_config

index 69bc19742954248f6ad75a9f0087bd4add32dd9a..e1ae5f76b3dbc33d4c449fd319746f7b0190b3a3 100644 (file)
@@ -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
 # 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).
 
 # Check host IP in known_hosts when connecting to detect DNS spoofing
 # (default).