summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:33:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:33:22 +0000
commit608d1d1f9b4e1531cd1124dc0df4d38fa56a0712 (patch)
treea98caa60bc6664e58bc687c457f3b400427ba472 /sshd.8
parent7bad55b8cbcb0bade494eb30dbd15c67c8cd9f22 (diff)
- markus@cvs.openbsd.org 2001/05/19 16:08:43
[sshd.8] sort options; Matthew.Stier@fnc.fujitsu.com
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index ba3151ede..27eb0d6bf 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.121 2001/05/04 14:21:56 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.122 2001/05/19 16:08:43 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -347,17 +347,17 @@ Currently there is only support for
347authentication. 347authentication.
348The default is 348The default is
349.Dq yes . 349.Dq yes .
350.It Cm Ciphers
351Specifies the ciphers allowed for protocol version 2.
352Multiple ciphers must be comma-separated.
353The default is
354.Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour.
355.It Cm CheckMail 350.It Cm CheckMail
356Specifies whether 351Specifies whether
357.Nm 352.Nm
358should check for new mail for interactive logins. 353should check for new mail for interactive logins.
359The default is 354The default is
360.Dq no . 355.Dq no .
356.It Cm Ciphers
357Specifies the ciphers allowed for protocol version 2.
358Multiple ciphers must be comma-separated.
359The default is
360.Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour.
361.It Cm ClientAliveInterval 361.It Cm ClientAliveInterval
362Sets a timeout interval in seconds after which if no data has been received 362Sets a timeout interval in seconds after which if no data has been received
363from the client, 363from the client,