diff options
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 |