You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use cases such as ADB forwarding for remote development, a user may wish to reverse-forward a port from their local machine to the workspace. SSH supports this with ssh -R. I couldn't find an option to do this with coder port-forward, as it complains a port is already running on my local machine.
As a workaround, folks can use ssh -R for reverse port-forwarding. To have Coder workspaces in your local SSH hosts, run coder config-ssh
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
For use cases such as ADB forwarding for remote development, a user may wish to reverse-forward a port from their local machine to the workspace. SSH supports this with
ssh -R
. I couldn't find an option to do this withcoder port-forward
, as it complains a port is already running on my local machine.As a workaround, folks can use
ssh -R
for reverse port-forwarding. To have Coder workspaces in your local SSH hosts, runcoder config-ssh
The text was updated successfully, but these errors were encountered: