Skip to content

feat(cli): add reverse tunnelling SSH support for unix sockets #9976

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

Merged

Conversation

monika-canva
Copy link
Contributor

@monika-canva monika-canva commented Oct 2, 2023

Add support for unix sockets for reverse tunnelling option.

Before, coder ssh --remote-forward only supported TCP connections, but now you can also specify sockets like coder ssh --remote-forward /tmp/daemon.sock:/tmp/daemon.sock workspace (equivalent of ssh -R /tmp/daemon.sock:/tmp/daemon.sock host).

@cdr-bot cdr-bot bot added the community Pull Requests and issues created by the community. label Oct 2, 2023
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@monika-canva monika-canva changed the title Add reverse tunnelling support for unix sockets feat(cli): Add reverse tunnelling SSH support for unix sockets Oct 2, 2023
@monika-canva monika-canva changed the title feat(cli): Add reverse tunnelling SSH support for unix sockets feat(cli): add reverse tunnelling SSH support for unix sockets Oct 2, 2023
@monika-canva
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

cdrcommunity added a commit to coder/cla that referenced this pull request Oct 2, 2023
Copy link
Contributor

@JoshVee JoshVee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@kylecarbs kylecarbs requested a review from deansheather October 2, 2023 16:47
@deansheather deansheather merged commit 4966ef0 into coder:main Oct 3, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Pull Requests and issues created by the community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants