Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Agent SSH server should listen on port 22 over tailnet #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sreya opened this issue Feb 18, 2025 · 0 comments · Fixed by coder/coder#16627
Closed

Agent SSH server should listen on port 22 over tailnet #377

sreya opened this issue Feb 18, 2025 · 0 comments · Fixed by coder/coder#16627
Assignees

Comments

@sreya
Copy link

sreya commented Feb 18, 2025

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

ThomasK33 added a commit to coder/coder that referenced this issue Mar 3, 2025
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]>
gcp-cherry-pick-bot bot pushed a commit to coder/coder that referenced this issue Mar 3, 2025
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]>
ThomasK33 pushed a commit to coder/coder that referenced this issue Mar 3, 2025
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants