2010-03-31 19:31:53 +02:00
|
|
|
Index: ssh_config
|
|
|
|
===================================================================
|
|
|
|
--- ssh_config.orig
|
|
|
|
+++ ssh_config
|
2011-01-31 13:24:57 +01:00
|
|
|
@@ -67,5 +67,13 @@ ForwardX11Trusted yes
|
|
|
|
SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
|
|
|
SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
2010-03-31 19:31:53 +02:00
|
|
|
SendEnv LC_IDENTIFICATION LC_ALL
|
|
|
|
-# VisualHostKey no
|
2011-01-31 13:24:57 +01:00
|
|
|
+
|
2010-03-31 19:31:53 +02:00
|
|
|
+# This will print the fingerprint of the host key in "visual" form
|
|
|
|
+# this should make it easier to also recognize bad things
|
2010-07-02 15:50:25 +02:00
|
|
|
+VisualHostKey no
|
2010-03-31 19:31:53 +02:00
|
|
|
+
|
|
|
|
+# This will hash new host keys and make them so unusable for malicious
|
|
|
|
+# people or software trying to use known_hosts to find further hops.
|
|
|
|
+HashKnownHosts yes
|
|
|
|
+
|
|
|
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|