summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-20 23:32:48 +1000
committerDamien Miller <djm@mindrot.org>2000-04-20 23:32:48 +1000
commitf3a3fee942427289ed9db73f2db1624c30d0f76f (patch)
tree6aedfec8c2aaf06f8dd7e4589aa2407fa2a8a825
parentcfabe86720363e109d87f8e9d54b364ef64c57c8 (diff)
downloadopenssh-git-f3a3fee942427289ed9db73f2db1624c30d0f76f.tar.gz
- Debian bug #58031 - ssh_config lies about default cipher
-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