| Summary: | SSH only believes 127.0.0.1 is IPV4 localhost, not 127/8 | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Adam Thornton <adam> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.8.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Adam Thornton
2005-05-13 05:00:11 AEST
OpenSSH 4.0 can specify which address it binds to for port-forwardings, but automatically binding to the entire 127/8 would be incorrect behaviour (and probably impossible). If you have 4.0, you can do: ssh -L127.0.0.2:2426:mail.fsf.net:25 -N adam@mail.fsf.net which should do what you want. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |