-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
If you have connections in your recents from different deployments only the ones from the most recently configured deployment will work.
Some ideas:
- Always run config-ssh before connecting so that deployment gets put into the config.
- Use separate SSH configs per deployment URL so they will not clobber each other.
- Provide the config values and avoid external config files entirely.
- Modify the Coder CLI to support multiple deployments (maybe some kind of prefix).
- Same as 4 but implement in the plugin (so re-implement
config-ssh
basically).
bpmct