https://bugzilla.mindrot.org/show_bug.cgi?id=3386
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- You can do this with a ProxyCommand such as netcat. Something like ProxyCommand nc -p 1234 %h %p should work. Note that use a single source port you'll have problems if you try to use more than one connection at a time (or within 2 minutes of closing the last one unless the proxycommand supports setting SO_REUSEADDR or SO_REUSEPORT). -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
