| Summary: | Remote dynamic port forwarding for OpenSSH client | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Anthony Steinhauser <steinhauser.anthony> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | Rondom | ||||
| Priority: | P5 | Keywords: | openbsd, patch | ||||
| Version: | 6.8p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| URL: | http://d3s.mff.cuni.cz/~steinhauser/openssh.html | ||||||
| Attachments: |
|
||||||
|
Description
Anthony Steinhauser
2015-05-05 02:59:36 AEST
This is implemented in 7.6. * ssh(1): add support for reverse dynamic forwarding. In this mode, ssh will act as a SOCKS4/5 proxy and forward connections to destinations requested by the remote SOCKS client. This mode is requested using extended syntax for the -R and RemoteForward options and, because it is implemented solely at the client, does not require the server be updated to be supported. closing resolved bugs as of 8.6p1 release |