Dynamic Remote Port forward?

Ángel González keisial at gmail.com
Mon May 9 05:59:24 AEST 2016


I think this would be doable with:

ssh -oProxyCommand="ssh -D 1080 localhost -W %h:%p" -R 
/sshvpn/gateway-xxxx:localhost:1080 sshvpn at central

-D doesn't support local_socket, so a regular port is used.




More information about the openssh-unix-dev mailing list