diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
commit | 2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch) | |
tree | f64a4ace625514e94759878c0b94ab0a79805bbd /sshd_config.5 | |
parent | 3c190ec8e469477ea65fbf4cc83062c65c281434 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Merge 4.3p2 to the trunk.
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 048e8924e..71a293ffb 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.44 2005/07/25 11:59:40 markus Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.48 2006/01/02 17:09:49 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 |
@@ -181,7 +181,7 @@ The default is | |||
181 | aes192-ctr,aes256-ctr'' | 181 | aes192-ctr,aes256-ctr'' |
182 | .Ed | 182 | .Ed |
183 | .It Cm ClientAliveCountMax | 183 | .It Cm ClientAliveCountMax |
184 | Sets the number of client alive messages (see above) which may be | 184 | Sets the number of client alive messages (see below) which may be |
185 | sent without | 185 | sent without |
186 | .Nm sshd | 186 | .Nm sshd |
187 | receiving any messages back from the client. | 187 | receiving any messages back from the client. |
@@ -203,7 +203,7 @@ server depend on knowing when a connection has become inactive. | |||
203 | The default value is 3. | 203 | The default value is 3. |
204 | If | 204 | If |
205 | .Cm ClientAliveInterval | 205 | .Cm ClientAliveInterval |
206 | (above) is set to 15, and | 206 | (see below) is set to 15, and |
207 | .Cm ClientAliveCountMax | 207 | .Cm ClientAliveCountMax |
208 | is left at the default, unresponsive ssh clients | 208 | is left at the default, unresponsive ssh clients |
209 | will be disconnected after approximately 45 seconds. | 209 | will be disconnected after approximately 45 seconds. |
@@ -348,7 +348,7 @@ Kerberos servtab which allows the verification of the KDC's identity. | |||
348 | Default is | 348 | Default is |
349 | .Dq no . | 349 | .Dq no . |
350 | .It Cm KerberosGetAFSToken | 350 | .It Cm KerberosGetAFSToken |
351 | If AFS is active and the user has a Kerberos 5 TGT, attempt to aquire | 351 | If AFS is active and the user has a Kerberos 5 TGT, attempt to acquire |
352 | an AFS token before accessing the user's home directory. | 352 | an AFS token before accessing the user's home directory. |
353 | Default is | 353 | Default is |
354 | .Dq no . | 354 | .Dq no . |
@@ -502,6 +502,18 @@ All other authentication methods are disabled for root. | |||
502 | If this option is set to | 502 | If this option is set to |
503 | .Dq no | 503 | .Dq no |
504 | root is not allowed to log in. | 504 | root is not allowed to log in. |
505 | .It Cm PermitTunnel | ||
506 | Specifies whether | ||
507 | .Xr tun 4 | ||
508 | device forwarding is allowed. | ||
509 | The argument must be | ||
510 | .Dq yes , | ||
511 | .Dq point-to-point , | ||
512 | .Dq ethernet | ||
513 | or | ||
514 | .Dq no . | ||
515 | The default is | ||
516 | .Dq no . | ||
505 | .It Cm PermitUserEnvironment | 517 | .It Cm PermitUserEnvironment |
506 | Specifies whether | 518 | Specifies whether |
507 | .Pa ~/.ssh/environment | 519 | .Pa ~/.ssh/environment |