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:
Spike Curtis
2025-04-07 12:11:04 +04:00
committed by GitHub
parent 24248736ac
commit 59c5bc9bd2
4 changed files with 40 additions and 2 deletions
+9
View File
@@ -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
| | |