X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=b9935085a2abc386f2e2f9cf60a17facb1569d3a;hb=b2a118a0ad79bcee7bd83925ac9df338d6087f2f;hp=e4096fa09774a43e9b9b1c3b1c509b0ced75f7b6;hpb=841e6b70e72a8a33c9445f8a8680afa0ac6391b7;p=config%2Fdotfiles.git 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