summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshd.88
-rw-r--r--sshd_config.56
2 files changed, 7 insertions, 7 deletions
diff --git a/sshd.8 b/sshd.8
index 192094ca0..6127bb576 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.300 2018/06/06 18:24:15 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.301 2018/06/07 11:26:14 jmc Exp $
37.Dd $Mdocdate: June 6 2018 $ 37.Dd $Mdocdate: June 7 2018 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -555,7 +555,7 @@ Disables execution of
555Forbids X11 forwarding when this key is used for authentication. 555Forbids X11 forwarding when this key is used for authentication.
556Any X11 forward requests by the client will return an error. 556Any X11 forward requests by the client will return an error.
557.It Cm permitlisten="host:port" 557.It Cm permitlisten="host:port"
558Limit remote port forwarding with 558Limit remote port forwarding with the
559.Xr ssh 1 559.Xr ssh 1
560.Fl R 560.Fl R
561option such that it may only listen on the specified host and port. 561option such that it may only listen on the specified host and port.
@@ -572,7 +572,7 @@ Note that the setting of
572.Cm GatewayPorts 572.Cm GatewayPorts
573may further restrict listen addresses. 573may further restrict listen addresses.
574.It Cm permitopen="host:port" 574.It Cm permitopen="host:port"
575Limit local port forwarding with 575Limit local port forwarding with the
576.Xr ssh 1 576.Xr ssh 1
577.Fl L 577.Fl L
578option such that it may only connect to the specified host and port. 578option such that it may only connect to the specified host and port.
diff --git a/sshd_config.5 b/sshd_config.5
index 775caf717..7cf7e63db 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.271 2018/06/06 18:24:00 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.272 2018/06/07 11:26:14 jmc Exp $
37.Dd $Mdocdate: June 6 2018 $ 37.Dd $Mdocdate: June 7 2018 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1220,7 +1220,7 @@ The wildcard
1220.Sq * 1220.Sq *
1221can also be used in place of a port number to allow all ports. 1221can also be used in place of a port number to allow all ports.
1222By default all port forwarding listen requests are permitted. 1222By default all port forwarding listen requests are permitted.
1223Note that 1223Note that the
1224.Cm GatewayPorts 1224.Cm GatewayPorts
1225option may further restrict which addresses may be listened on. 1225option may further restrict which addresses may be listened on.
1226.It Cm PermitOpen 1226.It Cm PermitOpen