summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 7 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index d710baad5..0402748d2 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.27 2000/08/29 00:33:51 djm Exp $ 12.\" $Id: sshd.8,v 1.28 2000/09/05 02:34:54 djm Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -589,6 +589,11 @@ The default is
589.It Cm Subsystem 589.It Cm Subsystem
590Configures an external subsystem (e.g. file transfer daemon). 590Configures an external subsystem (e.g. file transfer daemon).
591Arguments should be a subsystem name and a command to execute upon subsystem request. 591Arguments should be a subsystem name and a command to execute upon subsystem request.
592The command
593.Xr sftp-server 8
594implements the
595.Dq sftp
596file transfer subsystem.
592By default no subsystems are defined. 597By default no subsystems are defined.
593Note that this option applies to protocol version 2 only. 598Note that this option applies to protocol version 2 only.
594.It Cm SyslogFacility 599.It Cm SyslogFacility
@@ -1031,6 +1036,7 @@ Niels Provos, Theo de Raadt, and Dug Song.
1031The support for SSH protocol 2 was written by Markus Friedl. 1036The support for SSH protocol 2 was written by Markus Friedl.
1032.Sh SEE ALSO 1037.Sh SEE ALSO
1033.Xr scp 1 , 1038.Xr scp 1 ,
1039.Xr sftp-server 8 ,
1034.Xr ssh 1 , 1040.Xr ssh 1 ,
1035.Xr ssh-add 1 , 1041.Xr ssh-add 1 ,
1036.Xr ssh-agent 1 , 1042.Xr ssh-agent 1 ,