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
With Coder VPN, people can SSH to their workspace without the coder cli. But, today we listen on port 1, which means they have to add -p 1 to get it to work. We should listen on the default port of 22, so that people can SSH with just ssh <workspace>.coder
The text was updated successfully, but these errors were encountered:
Fixes: coder/internal#377
Added an additional SSH listener on port 22, so the agent now listens on both, port one and port 22.
---
Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8
Signed-off-by: Thomas Kosiewski <[email protected]>
Fixes: coder/internal#377
Added an additional SSH listener on port 22, so the agent now listens on both, port one and port 22.
---
Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8
Signed-off-by: Thomas Kosiewski <[email protected]>
…16763)
Cherry-picked feat(agent): add second SSH listener on port 22 (#16627)
Fixes: coder/internal#377
Added an additional SSH listener on port 22, so the agent now listens on both, port one and port 22.
---
Change-Id: Ifd986b260f8ac317e37d65111cd4e0bd1dc38af8
Signed-off-by: Thomas Kosiewski <[email protected]>
With Coder VPN, people can SSH to their workspace without the
coder
cli. But, today we listen on port 1, which means they have to add-p 1
to get it to work. We should listen on the default port of 22, so that people can SSH with justssh <workspace>.coder
The text was updated successfully, but these errors were encountered: