mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +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:
@ -42,6 +42,13 @@ Specifies the path to an SSH config.
|
||||
| Consumes | <code>$CODER_SSH_CONFIG_FILE</code> |
|
||||
| Default | <code>~/.ssh/config</code> |
|
||||
|
||||
### --ssh-host-prefix
|
||||
|
||||
Override the default host prefix.
|
||||
<br/>
|
||||
| | |
|
||||
| --- | --- |
|
||||
|
||||
### --ssh-option, -o
|
||||
|
||||
Specifies additional SSH options to embed in each host stanza.
|
||||
|
Reference in New Issue
Block a user