mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: add hostname-suffix option to config-ssh (#17270)
Adds `hostname-suffix` as a Config SSH option that we get from Coderd, and also accept via a CLI flag. It doesn't actually do anything with this value --- that's for PRs up the stack, since we need the `coder ssh` command to be updated to understand the suffix first.
This commit is contained in:
Generated
+9
@@ -79,6 +79,15 @@ Specifies whether or not to keep options from previous run of config-ssh.
|
||||
|
||||
Override the default host prefix.
|
||||
|
||||
### --hostname-suffix
|
||||
|
||||
| | |
|
||||
|-------------|-----------------------------------------------|
|
||||
| Type | <code>string</code> |
|
||||
| Environment | <code>$CODER_CONFIGSSH_HOSTNAME_SUFFIX</code> |
|
||||
|
||||
Override the default hostname suffix.
|
||||
|
||||
### --wait
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user