summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 6 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index deb72e447..b71378c1e 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.23 2000/06/07 09:55:44 djm Exp $ 12.\" $Id: sshd.8,v 1.24 2000/06/18 04:50:45 djm Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -543,6 +543,11 @@ This is normally desirable because novices sometimes accidentally leave their
543directory or files world-writable. 543directory or files world-writable.
544The default is 544The default is
545.Dq yes . 545.Dq yes .
546.It Cm Subsystem
547Configures an external subsystem (e.g. file transfer daemon).
548Arguments should be a subsystem name and a command to execute upon subsystem request.
549By default no subsystems are defined.
550Note that this option applies to protocol version 2 only.
546.It Cm SyslogFacility 551.It Cm SyslogFacility
547Gives the facility code that is used when logging messages from 552Gives the facility code that is used when logging messages from
548.Nm sshd . 553.Nm sshd .