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)
- 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 e7e7a1648..c8e2d70d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
12 - Use vhangup to clean up Linux ttys 12 - Use vhangup to clean up Linux ttys
13 - Force posix getopt processing on GNU libc systems 13 - Force posix getopt processing on GNU libc systems
14 - Debian bug #55910 - remove references to ssl(8) manpages 14 - Debian bug #55910 - remove references to ssl(8) manpages
15 - Debian bug #58031 - ssh_config lies about default cipher
15 16
1620000419 1720000419
17 - OpenBSD CVS updates 18 - OpenBSD CVS updates
diff --git a/ssh_config b/ssh_config
index b71ff6588..5963b16df 100644
--- a/ssh_config
+++ b/ssh_config
@@ -27,7 +27,7 @@
27# IdentityFile ~/.ssh/identity 27# IdentityFile ~/.ssh/identity
28# Port 22 28# Port 22
29# Protocol 2,1 29# Protocol 2,1
30# Cipher blowfish 30# Cipher 3des
31# EscapeChar ~ 31# EscapeChar ~
32 32
33# Be paranoid by default 33# Be paranoid by default