| Summary: | Wrong documentation on -D The bind_address | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | dewi jones <dewijones92> |
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | trivial | CC: | dewijones92, djm |
| Priority: | P5 | ||
| Version: | 8.5p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
dewi jones
2021-03-21 19:45:19 AEDT
You're missing this critical sentence, which comes immediately before:
> By default, the local port is bound in accordance with
> the GatewayPorts setting
ah nice catch. But surely the following two statements contradict eachother? > The bind_address of “localhost” indicates that the listening port be > > bound for local use only, while an empty address or ‘*’ indicates that > the port should be available from all interfaces. > By default, the local port is bound in accordance with the GatewayPorts setting. An empty address' behaviour is governed by the second statement and is not necessarily "available from all interfaces" Many thanks |