summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:58:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:58:15 +0000
commit60d82be9f31bfdfdd40034ff1f920467766b1eab (patch)
tree50b259cf06e070641564ce09b273cb0c7dbdb888
parent1a1747172ec251739c846a378310bf7b5ba5b55d (diff)
- stevesk@cvs.openbsd.org 2001/08/29 23:39:40
[ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--ssh.111
-rw-r--r--sshd.811
3 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d14eab10..fc5a0ceb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,9 @@
55 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23 55 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
56 [ssh.c] 56 [ssh.c]
57 validate ports for -L/-R; ok markus@ 57 validate ports for -L/-R; ok markus@
58 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
59 [ssh.1 sshd.8]
60 additional documentation for GatewayPorts; ok markus@
58 61
5920010815 6220010815
60 - (bal) Fixed stray code in readconf.c that went in by mistake. 63 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6378,4 +6381,4 @@
6378 - Wrote replacements for strlcpy and mkdtemp 6381 - Wrote replacements for strlcpy and mkdtemp
6379 - Released 1.0pre1 6382 - Released 1.0pre1
6380 6383
6381$Id: ChangeLog,v 1.1501 2001/09/12 17:56:15 mouring Exp $ 6384$Id: ChangeLog,v 1.1502 2001/09/12 17:58:15 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index dfd38a6b8..14e2925cf 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.133 2001/08/29 23:13:11 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.134 2001/08/29 23:39:40 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -848,6 +848,15 @@ The default is
848.It Cm GatewayPorts 848.It Cm GatewayPorts
849Specifies whether remote hosts are allowed to connect to local 849Specifies whether remote hosts are allowed to connect to local
850forwarded ports. 850forwarded ports.
851By default,
852.Nm
853binds local port forwardings to the loopback addresss. This
854prevents other remote hosts from connecting to forwarded ports.
855.Cm GatewayPorts
856can be used to specify that
857.Nm
858should bind local port forwardings to the wildcard address,
859thus allowing remote hosts to connect to forwarded ports.
851The argument must be 860The argument must be
852.Dq yes 861.Dq yes
853or 862or
diff --git a/sshd.8 b/sshd.8
index e98cfdd61..ff3717b0c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.144 2001/08/29 23:02:21 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.145 2001/08/29 23:39:40 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -442,6 +442,15 @@ By default login is allowed regardless of the user name.
442.It Cm GatewayPorts 442.It Cm GatewayPorts
443Specifies whether remote hosts are allowed to connect to ports 443Specifies whether remote hosts are allowed to connect to ports
444forwarded for the client. 444forwarded for the client.
445By default,
446.Nm
447binds remote port forwardings to the loopback addresss. This
448prevents other remote hosts from connecting to forwarded ports.
449.Cm GatewayPorts
450can be used to specify that
451.Nm
452should bind remote port forwardings to the wildcard address,
453thus allowing remote hosts to connect to forwarded ports.
445The argument must be 454The argument must be
446.Dq yes 455.Dq yes
447or 456or