-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to Add Orbstack Machine to Connections #127
Comments
For more context, Orbstack auto generates its own config file and its then incuded this in the ~/.ssh/config so it can function. |
Thanks for submitting! Hadn't heard of Orb before, but it looks cool. I don't see any big reason why we couldn't loosen up the syntax to allow for a username with an "@" in it. If it works with ssh (which your screenshot clearly showed it does), it should be possible to support. Will try to get this in the v0.5.2 release. Will mark as an enhancement (as opposed to a bug) since I feel like usernames with at-signs aren't standard :) |
Awesome, glad to see that! One of my co-workers found this about a week ago and it works really nicely with our labs workflow so I will probably have some more ideas or bugs to throw at you in time. |
close as this should be fixed by #129 |
Describe the bug
I use another piece of software called Orbstack. One really cool thing it allows you to do is create what is basically a VM that runs on your own machine. And by default, they are accessible by SSH to your machine only. However, after reading the release notes for 0.5.1, I assume the issue is that the REGEX for the connection only allows for one '@' symbol. Just like how it wouldn't allow for dots or underscores which was an issue for me as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior

Creates an SSH connects to the specified host.
Screenshots

Desktop (please complete the following information):
Additional context
Need to have Orbstack installed and configured.
The text was updated successfully, but these errors were encountered: