]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - ssh_config
shell/aliases: Drop old Mercurial alias vqs.
[config/dotfiles.git] / ssh_config
index 77b92a6638371d243caa1903434e52835e0a94aa..be03a42673df4647a24d8e075112a01054a201bc 100644 (file)
@@ -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