diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 20:36:47 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 20:36:47 +1000 |
commit | 917f9b6b6eb560e205a787bd8f38d4b9741c9a9f (patch) | |
tree | 579833892a9e1251e2750a2779fecbf4714c4445 /sshd_config.5 | |
parent | 8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (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.5 | 6 |
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 |
645 | Configures an external subsystem (e.g. file transfer daemon). | 645 | Configures an external subsystem (e.g. file transfer daemon). |
646 | Arguments should be a subsystem name and a command to execute upon subsystem | 646 | Arguments should be a subsystem name and a command (with optional arguments) |
647 | request. | 647 | to execute upon subsystem request. |
648 | The command | 648 | The command |
649 | .Xr sftp-server 8 | 649 | .Xr sftp-server 8 |
650 | implements the | 650 | implements the |