Feature: coder config-ssh
to add "Include coder/config" to ~/.ssh/config
#12390
Labels
cli
Area: CLI
By default
coder config-ssh
writes to~/.ssh/config
, the problem is that many other tools also writes there and ends up being quite messy.Ideally it should edit a separate file like
~/.ssh/coder/config
and then have an "Include" to point toAlternatives
Currently you can use
--ssh-config-file
coder config-ssh --ssh-config-file ~/.ssh/coder-config
But then you can use this config file or update
~/.ssh/config
ssh -F ~/.ssh/coder/config coder.test
So having a convenience command line option to add the missing "Include" to
~/.ssh/config
The text was updated successfully, but these errors were encountered: