X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=be03a42673df4647a24d8e075112a01054a201bc;hb=3085f6d8af8bd80ae2a7bd8f1e03450855caa78a;hp=77b92a6638371d243caa1903434e52835e0a94aa;hpb=4eaab26cf84204122d3f5896412606f47b42aec7;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 77b92a6..be03a42 100644 --- a/ssh_config +++ b/ssh_config @@ -48,6 +48,14 @@ 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 + # Don't send any environment variables. SendEnv