summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:36:47 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:36:47 +1000
commit917f9b6b6eb560e205a787bd8f38d4b9741c9a9f (patch)
tree579833892a9e1251e2750a2779fecbf4714c4445 /sshd_config.5
parent8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (diff)
- djm@cvs.openbsd.org 2006/07/06 10:47:05
[servconf.c servconf.h session.c sshd_config.5] support arguments to Subsystem commands; ok markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 836add94f..3b639b17d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.58 2006/07/02 17:12:58 stevesk Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.59 2006/07/06 10:47:05 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -643,8 +643,8 @@ The default is
643.Dq yes . 643.Dq yes .
644.It Cm Subsystem 644.It Cm Subsystem
645Configures an external subsystem (e.g. file transfer daemon). 645Configures an external subsystem (e.g. file transfer daemon).
646Arguments should be a subsystem name and a command to execute upon subsystem 646Arguments should be a subsystem name and a command (with optional arguments)
647request. 647to execute upon subsystem request.
648The command 648The command
649.Xr sftp-server 8 649.Xr sftp-server 8
650implements the 650implements the