| Summary: | -R bind_address not working, always bind 0.0.0.0 | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | vf <fffilimonov> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | 7.2p1 | ||
| Hardware: | amd64 | ||
| OS: | Linux | ||
|
Description
vf
2016-06-20 23:40:26 AEST
GatewayPorts
Specifies whether remote hosts are allowed to connect to ports forwarded for the client. By default, sshd(8) binds remote port for-
wardings to the loopback address. This prevents other remote hosts from connecting to forwarded ports. GatewayPorts can be used to
specify that sshd should allow remote port forwardings to bind to non-loopback addresses, thus allowing other hosts to connect. The
argument may be ânoâ to force remote port forwardings to be available to the local host only, âyesâ to force remote port forwardings
to bind to the wildcard address, or âclientspecifiedâ to allow the client to select the address to which the forwarding is bound.
The default is ânoâ.
Close all resolved bugs after release of OpenSSH 7.7. |