summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
commit208f1ed6f180cc0cfd3ab59d0b1c33796cc4c641 (patch)
tree20e8ace876275087f78df87d39442f76a837f674 /sshd_config.5
parent1faa7133233075776c83a71b427d19e35790280e (diff)
- jmc@cvs.openbsd.org 2006/02/24 20:31:31
[ssh.1 ssh_config.5 sshd.8 sshd_config.5] more consistency fixes;
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index caeddf603..642e1fa29 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.50 2006/02/24 20:22:16 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.51 2006/02/24 20:31:31 jmc 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
@@ -72,7 +72,7 @@ in
72for how to configure the client. 72for how to configure the client.
73Note that environment passing is only supported for protocol 2. 73Note that environment passing is only supported for protocol 2.
74Variables are specified by name, which may contain the wildcard characters 74Variables are specified by name, which may contain the wildcard characters
75.Ql \&* 75.Ql *
76and 76and
77.Ql \&? . 77.Ql \&? .
78Multiple environment variables may be separated by whitespace or spread 78Multiple environment variables may be separated by whitespace or spread
@@ -456,7 +456,7 @@ The default is 10.
456Alternatively, random early drop can be enabled by specifying 456Alternatively, random early drop can be enabled by specifying
457the three colon separated values 457the three colon separated values
458.Dq start:rate:full 458.Dq start:rate:full
459(e.g., "10:30:60"). 459(e.g. "10:30:60").
460.Nm sshd 460.Nm sshd
461will refuse connection attempts with a probability of 461will refuse connection attempts with a probability of
462.Dq rate/100 462.Dq rate/100
@@ -612,7 +612,7 @@ directory or files world-writable.
612The default is 612The default is
613.Dq yes . 613.Dq yes .
614.It Cm Subsystem 614.It Cm Subsystem
615Configures an external subsystem (e.g., file transfer daemon). 615Configures an external subsystem (e.g. file transfer daemon).
616Arguments should be a subsystem name and a command to execute upon subsystem 616Arguments should be a subsystem name and a command to execute upon subsystem
617request. 617request.
618The command 618The command