diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index aad28f4c8..836add94f 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.57 2006/03/14 16:32:48 markus Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.58 2006/07/02 17:12:58 stevesk 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 |
@@ -537,10 +537,17 @@ Specifies whether | |||
537 | device forwarding is allowed. | 537 | device forwarding is allowed. |
538 | The argument must be | 538 | The argument must be |
539 | .Dq yes , | 539 | .Dq yes , |
540 | .Dq point-to-point , | 540 | .Dq point-to-point |
541 | .Dq ethernet , | 541 | (layer 3), |
542 | or | 542 | .Dq ethernet |
543 | (layer 2), or | ||
543 | .Dq no . | 544 | .Dq no . |
545 | Specifying | ||
546 | .Dq yes | ||
547 | permits both | ||
548 | .Dq point-to-point | ||
549 | and | ||
550 | .Dq ethernet . | ||
544 | The default is | 551 | The default is |
545 | .Dq no . | 552 | .Dq no . |
546 | .It Cm PermitUserEnvironment | 553 | .It Cm PermitUserEnvironment |