summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:16:27 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:16:27 +1000
commit991dba43e17f7e4c8706158ecee32f2bfd18cac4 (patch)
treea0052663ab0a06022631b37c3215de153429febd /sshd_config.5
parent43020951adc182bb98ac2b3c539fbca86622166d (diff)
- stevesk@cvs.openbsd.org 2006/07/02 17:12:58
[ssh.1 ssh.c ssh_config.5 sshd_config.5] more details and clarity for tun(4) device forwarding; ok and help jmc@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.515
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
537device forwarding is allowed. 537device forwarding is allowed.
538The argument must be 538The 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),
542or 542.Dq ethernet
543(layer 2), or
543.Dq no . 544.Dq no .
545Specifying
546.Dq yes
547permits both
548.Dq point-to-point
549and
550.Dq ethernet .
544The default is 551The default is
545.Dq no . 552.Dq no .
546.It Cm PermitUserEnvironment 553.It Cm PermitUserEnvironment