You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve ssh config logic when workspaces change (#59)
- previously, ssh reconfiguration was triggered only when new workspaces
were added, and
the ssh config was generated only with the additional environments
removing the configuration
for the previous ones. This means that when a new workspace is created
from the web dashboard,
the old workspaces are no longer accessible via ssh from Toolbox
- now, the logic ensures ssh reconfiguration happens whenever the set of
environments changes
(including additions or removals), making it more robust, and
configuration happens for all
valid workspaces.
- resolves#14
0 commit comments