diff options
author | 2014-09-09 09:45:36 +0000 | |
---|---|---|
committer | 2014-09-09 09:45:36 +0000 | |
commit | 2c3fa0f1a21668015923030633eb7921c15a1b2c (patch) | |
tree | 4c648fd4782218dfd6cfed806566f13a26694cbc | |
parent | register @newuser/@newgroup so that we try creating tarballs with the correct (diff) | |
download | wireguard-openbsd-2c3fa0f1a21668015923030633eb7921c15a1b2c.tar.xz wireguard-openbsd-2c3fa0f1a21668015923030633eb7921c15a1b2c.zip |
mention permissions on tun(4) devices in PermitTunnel documentation;
bz#2273
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index a8c295324e9..c9dc94ef261 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/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 @@ -1062,6 +1062,10 @@ and .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 |