summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-08 17:12:17 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-08 17:12:17 +0000
commit3ee63f345da2ca5f1098330250661fe7974ca2eb (patch)
tree17404015e2300b053fb3cc8196cbaff698082468 /usr.bin/ssh/sshd.8
parent2b7919bc1252adaa3394be53285858329945b1ce (diff)
complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 52b5273179d..90d13b6ac0b 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.49 2000/05/06 17:45:37 markus Exp $
+.\" $Id: sshd.8,v 1.50 2000/05/08 17:12:16 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -277,7 +277,7 @@ By default login is allowed regardless of the user name.
Specifies the ciphers allowed for protocol version 2.
Multiple ciphers must be comma-separated.
The default is
-.Dq blowfish-cbc,3des-cbc,arcfour,cast128-cbc .
+.Dq 3des-cbc,blowfish-cbc,arcfour,cast128-cbc .
.It Cm CheckMail
Specifies whether
.Nm