diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-10-02 21:19:43 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-10-02 21:19:43 +0000 |
commit | f493b98e3b65304f6569121ea6daef7218227d91 (patch) | |
tree | 91a7c32db2e5d354b508b74ddd8066c32b2ebce1 | |
parent | 3256fc84de41e27a9692ab20d1fcb6f9ce506cd7 (diff) |
remove mention of 'none' cipher.
-rw-r--r-- | usr.bin/ssh/ssh.1 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index c4be3626aed..11a7b9b0a43 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.9 1999/10/02 13:10:26 deraadt Exp $ +.\" $Id: ssh.1,v 1.10 1999/10/02 21:19:42 provos Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -450,15 +450,10 @@ or .It Cm Cipher Specifies the cipher to use for encrypting the session. Currently, .Dq blowfish , -.Dq 3des , and -.Dq none +.Dq 3des are supported. The default is .Dq 3des . -Using -.Dq none -(no encryption) is intended only for debugging, and will render the connection -insecure. .It Cm Compression Specifies whether to use compression. The argument must be .Dq yes |