upstream commit

mention permissions on tun(4) devices in PermitTunnel
 documentation; bz#2273
diff --git a/sshd_config.5 b/sshd_config.5
index db9bef9..43cc826 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.177 2014/08/30 16:32:25 sobrado Exp $
-.Dd $Mdocdate: August 30 2014 $
+.\" $OpenBSD: sshd_config.5,v 1.178 2014/09/09 09:45:36 djm Exp $
+.Dd $Mdocdate: September 9 2014 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -1061,6 +1061,10 @@
 .Dq ethernet .
 The default is
 .Dq no .
+.Pp
+Independent of this setting, the permissions of the selected
+.Xr tun 4
+device must allow access to the user.
 .It Cm PermitTTY
 Specifies whether
 .Xr pty 4