summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--ssh_config2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7e7a164..c8e2d70d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
- Use vhangup to clean up Linux ttys
- Force posix getopt processing on GNU libc systems
- Debian bug #55910 - remove references to ssl(8) manpages
+ - Debian bug #58031 - ssh_config lies about default cipher
20000419
- OpenBSD CVS updates
diff --git a/ssh_config b/ssh_config
index b71ff658..5963b16d 100644
--- a/ssh_config
+++ b/ssh_config
@@ -27,7 +27,7 @@
# IdentityFile ~/.ssh/identity
# Port 22
# Protocol 2,1
-# Cipher blowfish
+# Cipher 3des
# EscapeChar ~
# Be paranoid by default