diff options
author | 2012-05-19 06:30:30 +0000 | |
---|---|---|
committer | 2012-05-19 06:30:30 +0000 | |
commit | 866e22a6c82aea85022ead17896523a84e0cc76c (patch) | |
tree | df97460d92380d4903d4606c590ed6ddd8d12b42 | |
parent | Reformat usage() to avoid the line wrap, and make it match the way it (diff) | |
download | wireguard-openbsd-866e22a6c82aea85022ead17896523a84e0cc76c.tar.xz wireguard-openbsd-866e22a6c82aea85022ead17896523a84e0cc76c.zip |
Document PermitOpen none. bz#2001, patch from Loganaden Velvindron
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 0c2fb1db1f1..31dcdb28f03 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.139 2012/05/13 01:42:32 dtucker Exp $ -.Dd $Mdocdate: May 13 2012 $ +.\" $OpenBSD: sshd_config.5,v 1.140 2012/05/19 06:30:30 dtucker Exp $ +.Dd $Mdocdate: May 19 2012 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -803,6 +803,9 @@ Multiple forwards may be specified by separating them with whitespace. An argument of .Dq any can be used to remove all restrictions and permit any forwarding requests. +An argument of +.Dq none +can be used to prohibit all forwarding requests. By default all port forwarding requests are permitted. .It Cm PermitRootLogin Specifies whether root can log in using |