diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 17:58:15 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 17:58:15 +0000 |
commit | 60d82be9f31bfdfdd40034ff1f920467766b1eab (patch) | |
tree | 50b259cf06e070641564ce09b273cb0c7dbdb888 /sshd.8 | |
parent | 1a1747172ec251739c846a378310bf7b5ba5b55d (diff) |
- stevesk@cvs.openbsd.org 2001/08/29 23:39:40
[ssh.1 sshd.8]
additional documentation for GatewayPorts; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -34,7 +34,7 @@ .\" (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.144 2001/08/29 23:02:21 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.145 2001/08/29 23:39:40 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -442,6 +442,15 @@ By default login is allowed regardless of the user name. .It Cm GatewayPorts Specifies whether remote hosts are allowed to connect to ports forwarded for the client. +By default, +.Nm +binds remote port forwardings to the loopback addresss. This +prevents other remote hosts from connecting to forwarded ports. +.Cm GatewayPorts +can be used to specify that +.Nm +should bind remote port forwardings to the wildcard address, +thus allowing remote hosts to connect to forwarded ports. The argument must be .Dq yes or |