summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2018-06-07 11:26:14 +0000
committerDamien Miller <djm@mindrot.org>2018-06-09 13:10:59 +1000
commit6ff6fda705bc204456a5fa12518dde6e8790bb02 (patch)
tree4dafb1cdec557a3d11ae6253a5d7bd4d380114e1 /sshd.8
parentf2c06ab8dd90582030991f631a2715216bf45e5a (diff)
downloadopenssh-git-6ff6fda705bc204456a5fa12518dde6e8790bb02.tar.gz
upstream: tweak previous;
OpenBSD-Commit-ID: f98f16af10b28e24bcecb806cb71ea994b648fd6
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 192094ca..6127bb57 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.300 2018/06/06 18:24:15 djm Exp $
-.Dd $Mdocdate: June 6 2018 $
+.\" $OpenBSD: sshd.8,v 1.301 2018/06/07 11:26:14 jmc Exp $
+.Dd $Mdocdate: June 7 2018 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -555,7 +555,7 @@ Disables execution of
Forbids X11 forwarding when this key is used for authentication.
Any X11 forward requests by the client will return an error.
.It Cm permitlisten="host:port"
-Limit remote port forwarding with
+Limit remote port forwarding with the
.Xr ssh 1
.Fl R
option such that it may only listen on the specified host and port.
@@ -572,7 +572,7 @@ Note that the setting of
.Cm GatewayPorts
may further restrict listen addresses.
.It Cm permitopen="host:port"
-Limit local port forwarding with
+Limit local port forwarding with the
.Xr ssh 1
.Fl L
option such that it may only connect to the specified host and port.