A flag to NOT use a wildcard in the ssh config #16990
octoxan
started this conversation in
Feature Requests
Replies: 1 comment 5 replies
-
Hi @octoxan I would like to understand your case and suggest a possible alternative. I wonder why you voted for parsing ssh config instead of using coder CLI and API to get a workspace list? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This update breaks our workflow:
#16096
Can we get a flag to not use a wildcard and to add an entry for every workspace? This is blocking me from doing any work currently.
There are a handful of automations we have built that parse the config. As well as not wanting to rely on the VS Code Coder extension for every fresh VS Code install, since I have to fresh install it frequently for something unrelated, and now can't use the built in SSH sidebar.
Perhaps something like
coder config-ssh --no-wildcard
? Not sure if that would be wild.Beta Was this translation helpful? Give feedback.
All reactions