mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: Add deployment side config-ssh options (#6613)
* feat: Allow setting deployment wide ssh config settings * feat: config-ssh respects deployment ssh config * The '.' is now configurable * Move buildinfo into deployment.go
This commit is contained in:
1
cli/testdata/coder_config-ssh_--help.golden
vendored
1
cli/testdata/coder_config-ssh_--help.golden
vendored
@ -19,6 +19,7 @@ Flags:
|
||||
-h, --help help for config-ssh
|
||||
--ssh-config-file string Specifies the path to an SSH config.
|
||||
Consumes $CODER_SSH_CONFIG_FILE (default "~/.ssh/config")
|
||||
--ssh-host-prefix string Override the default host prefix.
|
||||
-o, --ssh-option stringArray Specifies additional SSH options to embed in each host stanza.
|
||||
--use-previous-options Specifies whether or not to keep options from previous run of
|
||||
config-ssh.
|
||||
|
Reference in New Issue
Block a user