summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-25 16:17:14 +0000
committerColin Watson <cjwatson@debian.org>2005-05-25 16:17:14 +0000
commit561717f5fa58a6fbfc973bc2658999326e0a5b20 (patch)
tree4019ce505bdd080b9dd158eaacf920522ff03345 /ssh_config
parent064cb9033ca7030037d613ae196795d10652e60d (diff)
Enable HashKnownHosts by default. This only affects new entries; use
'ssh-keygen -H' to convert an entire known_hosts file to hashed format.
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh_config b/ssh_config
index 67dde0769..0510f347c 100644
--- a/ssh_config
+++ b/ssh_config
@@ -39,3 +39,4 @@ Host *
39# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc 39# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
40# EscapeChar ~ 40# EscapeChar ~
41 SendEnv LANG LC_* 41 SendEnv LANG LC_*
42 HashKnownHosts yes