summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 10 insertions, 1 deletions
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