Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make devspace SSH config optional #2869

Open
janrito opened this issue Jul 3, 2024 · 0 comments
Open

make devspace SSH config optional #2869

janrito opened this issue Jul 3, 2024 · 0 comments
Labels
kind/feature New feature or feature request

Comments

@janrito
Copy link

janrito commented Jul 3, 2024

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

@janrito janrito added the kind/feature New feature or feature request label Jul 3, 2024
@janrito janrito changed the title SSH devspace config make devspace SSH config optional Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

1 participant