]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ssh_config: use HashKnownHosts no
authorSimon Ruderich <simon@ruderich.org>
Sat, 19 Apr 2014 13:13:13 +0000 (15:13 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 19 Apr 2014 13:13:13 +0000 (15:13 +0200)
ssh_config

index e4096fa09774a43e9b9b1c3b1c509b0ced75f7b6..b9935085a2abc386f2e2f9cf60a17facb1569d3a 100644 (file)
@@ -116,10 +116,10 @@ Host *
 # prevents stale master connections.
     ControlPersist 10
 
-# Hash hosts in ~/.ssh/known_hosts to try to conceal the known hosts. Doesn't
-# help if the ssh hosts are stored in the shell's history file or in this file
-# as shortcut.
-    HashKnownHosts yes
+# Don't hash any hosts in ~/.ssh/known_hosts. It doesn't help if the ssh hosts
+# are stored in the shell's history file or in this file as shortcut so it's
+# rather useless (default).
+    HashKnownHosts no
 
 # Don't permit running local commands (default).
     PermitLocalCommand no