diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-20 15:32:48 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-20 15:32:48 +0200 |
commit | f3a3fee942427289ed9db73f2db1624c30d0f76f (patch) | |
tree | 6aedfec8c2aaf06f8dd7e4589aa2407fa2a8a825 /ssh_config | |
parent | - Debian bug #55910 - remove references to ssl(8) manpages (diff) | |
download | openssh-f3a3fee942427289ed9db73f2db1624c30d0f76f.tar.xz openssh-f3a3fee942427289ed9db73f2db1624c30d0f76f.zip |
- Debian bug #58031 - ssh_config lies about default cipher
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |