diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-10 16:03:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-10 16:03:30 +0000 |
commit | 6d7b1d4995eca9d9b68ed2ae26fce95a6532a5b1 (patch) | |
tree | 6075eff43ae6b5e10e38b35ce893fde032338497 /usr.bin | |
parent | e140331c6a0eaa49568ca7b5ed01d20695a0b13b (diff) |
add xref Ciphers to -c
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index e3295dcd523..dc177c8ba47 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.89 2001/02/10 15:48:53 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.90 2001/02/10 16:03:29 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -374,11 +374,12 @@ cipher which is no longer fully supported in .Ar blowfish is a fast block cipher, it appears very secure and is much faster than .Ar 3des . -.It Fl c Ar "3des-cbc,blowfish-cbc,arcfour,cast128-cbc" +.It Fl c Ar cipher_spec Additionally, for protocol version 2 a comma-separated list of ciphers can be specified in order of preference. -Protocol version 2 supports 3DES, Blowfish, and CAST128 in CBC mode -and Arcfour. +See +.Cm Ciphers +for more information. .It Fl e Ar ch|^ch|none Sets the escape character for sessions with a pty (default: .Ql ~ ) . |