jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

adding %r username replacement to proxycommand #77

Closed clayrosenthal closed 1 year ago

clayrosenthal commented 1 year ago

ProxyCommand can include a %r as a standin for the username, adding a line to support this

My proxy setup uses this and doesn't work without it. On hosts without the proxy it all works, thanks for your effort!

jeanp413 commented 1 year ago

Thanks!