- Notifications
You must be signed in to change notification settings - Fork905
Commit59c5bc9
authored
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.1 parent2424873 commit59c5bc9
File tree
4 files changed
+40
-2
lines changed- cli
- testdata
- docs/reference/cli
4 files changed
+40
-2
lines changedLines changed: 26 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
| 49 | + | |
49 | 50 |
| |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
| |||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
100 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
| |||
119 | 125 |
| |
120 | 126 |
| |
121 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
122 | 131 |
| |
123 | 132 |
| |
124 | 133 |
| |
| |||
314 | 323 |
| |
315 | 324 |
| |
316 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
317 | 330 |
| |
318 | 331 |
| |
319 | 332 |
| |
| |||
518 | 531 |
| |
519 | 532 |
| |
520 | 533 |
| |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
521 | 540 |
| |
522 | 541 |
| |
523 | 542 |
| |
| |||
568 | 587 |
| |
569 | 588 |
| |
570 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
571 | 593 |
| |
572 | 594 |
| |
573 | 595 |
| |
| |||
607 | 629 |
| |
608 | 630 |
| |
609 | 631 |
| |
| 632 | + | |
| 633 | + | |
610 | 634 |
| |
611 | 635 |
| |
612 | 636 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
| 435 | + | |
435 | 436 |
| |
436 | 437 |
| |
437 | 438 |
| |
| |||
447 | 448 |
| |
448 | 449 |
| |
449 | 450 |
| |
| 451 | + | |
450 | 452 |
| |
451 | 453 |
| |
452 | 454 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
|
Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)