diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |
849 | Specifies whether remote hosts are allowed to connect to local | 849 | Specifies whether remote hosts are allowed to connect to local |
850 | forwarded ports. | 850 | forwarded ports. |
851 | By default, | ||
852 | .Nm | ||
853 | binds local port forwardings to the loopback addresss. This | ||
854 | prevents other remote hosts from connecting to forwarded ports. | ||
855 | .Cm GatewayPorts | ||
856 | can be used to specify that | ||
857 | .Nm | ||
858 | should bind local port forwardings to the wildcard address, | ||
859 | thus allowing remote hosts to connect to forwarded ports. | ||
851 | The argument must be | 860 | The argument must be |
852 | .Dq yes | 861 | .Dq yes |
853 | or | 862 | or |