diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 8 |
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 | |||
72 | for how to configure the client. | 72 | for how to configure the client. |
73 | Note that environment passing is only supported for protocol 2. | 73 | Note that environment passing is only supported for protocol 2. |
74 | Variables are specified by name, which may contain the wildcard characters | 74 | Variables are specified by name, which may contain the wildcard characters |
75 | .Ql \&* | 75 | .Ql * |
76 | and | 76 | and |
77 | .Ql \&? . | 77 | .Ql \&? . |
78 | Multiple environment variables may be separated by whitespace or spread | 78 | Multiple environment variables may be separated by whitespace or spread |
@@ -456,7 +456,7 @@ The default is 10. | |||
456 | Alternatively, random early drop can be enabled by specifying | 456 | Alternatively, random early drop can be enabled by specifying |
457 | the three colon separated values | 457 | the 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 |
461 | will refuse connection attempts with a probability of | 461 | will refuse connection attempts with a probability of |
462 | .Dq rate/100 | 462 | .Dq rate/100 |
@@ -612,7 +612,7 @@ directory or files world-writable. | |||
612 | The default is | 612 | The default is |
613 | .Dq yes . | 613 | .Dq yes . |
614 | .It Cm Subsystem | 614 | .It Cm Subsystem |
615 | Configures an external subsystem (e.g., file transfer daemon). | 615 | Configures an external subsystem (e.g. file transfer daemon). |
616 | Arguments should be a subsystem name and a command to execute upon subsystem | 616 | Arguments should be a subsystem name and a command to execute upon subsystem |
617 | request. | 617 | request. |
618 | The command | 618 | The command |