From: Simon Ruderich Date: Sat, 19 Apr 2014 13:13:13 +0000 (+0200) Subject: ssh_config: use HashKnownHosts no X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=2f2d22bb5ec82199ae387e05fb8c7a725c7888eb ssh_config: use HashKnownHosts no --- diff --git a/ssh_config b/ssh_config index e4096fa..b993508 100644 --- a/ssh_config +++ b/ssh_config @@ -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