]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/ssh_config
shell: ssh_config: fix typo in comment
[config/dotfiles.git] / shell / ssh_config
index 69bc19742954248f6ad75a9f0087bd4add32dd9a..845e4e1ab0e706b182b253db77e44eb697afacf0 100644 (file)
@@ -135,12 +135,15 @@ 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).
     CheckHostIP yes
 # Ask before adding any host keys to ~/.ssh/known_hosts (default).
     StrictHostKeyChecking ask
-# Check host keys from DNS' SSHFP resource records but ask apply
+# Check host keys from DNS' SSHFP resource records but apply
 # StrictHostKeyChecking before trusting them.
     VerifyHostKeyDNS ask