Pourquoi est-ce que le mainteneur du paquet Debian a insisté pour appliquer ce patch sur /etc/ssh/ssh_config ?

--- openssh-4.2p1.orig/ssh_config
+++ openssh-4.2p1/ssh_config
@@ -17,9 +17,10 @@
 # list of available options, their meanings and defaults, please see the
 # ssh_config(5) man page.

-# Host *
+Host *
 #   ForwardAgent no
 #   ForwardX11 no
+#   ForwardX11Trusted yes
 #   RhostsRSAAuthentication no
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
@@ -37,3 +38,5 @@
 #   Cipher 3des
 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
 #   EscapeChar ~
+    SendEnv LANG LC_*
+    HashKnownHosts yes

Le hashing des noms de machine, ça part d'une bonne intention, mais ça casse surtout la complétion zsh (puisqu'il se base sur le premier champ de ~/.ssh/known_hosts)... Snif.