From: Damien Miller Date: Thu, 20 Apr 2000 13:32:48 +0000 (+1000) Subject: - Debian bug #58031 - ssh_config lies about default cipher X-Git-Tag: V_2_0_0_TEST1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a3fee942427289ed9db73f2db1624c30d0f76f;p=thirdparty%2Fopenssh-portable.git - Debian bug #58031 - ssh_config lies about default cipher --- diff --git a/ChangeLog b/ChangeLog index e7e7a1648..c8e2d70d2 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 b71ff6588..5963b16df 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