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
Is your feature request related to a problem?
Devspace writes directly to the ssh config. But it is not able to detect if the configuration is already included.
e.g.
# file `~/.ssh/config (in version control)
Include `~/.dotfiles/ssh/config`
Include `~/.dotfiles/ssh/config.work`
Include `~/.dotfiles/ssh/config.local`
# file `~/.ssh/config.local (not in version control)
[...]
# DevSpace Start
Match all
Include devspace_config
# DevSpace End
Which solution do you suggest?
A flag to disable editing the ssh config
Which alternative solutions exist?
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Devspace writes directly to the ssh config. But it is not able to detect if the configuration is already included.
e.g.
Which solution do you suggest?
A flag to disable editing the ssh config
Which alternative solutions exist?
Additional context
The text was updated successfully, but these errors were encountered: