X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=be03a42673df4647a24d8e075112a01054a201bc;hb=3085f6d8af8bd80ae2a7bd8f1e03450855caa78a;hp=3326892f1aeafe13fce941f6de1b5e460c250862;hpb=f8ef0badf28861a37227da91473842f7e45451a6;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 3326892..be03a42 100644 --- a/ssh_config +++ b/ssh_config @@ -48,6 +48,11 @@ Host * # sockets are stored in ~/.ssh (by default ControlPath is not set). ControlPath ~/.ssh/master-%l-%h-%p-%r +# 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 permit running local commands. PermitLocalCommand no