From 2f2d22bb5ec82199ae387e05fb8c7a725c7888eb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 19 Apr 2014 15:13:13 +0200 Subject: [PATCH] ssh_config: use HashKnownHosts no --- ssh_config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.44.1