- Notifications
You must be signed in to change notification settings - Fork1.1k
Commitda02375
authored
Closes#18088.The linked issue is misleading -- `coder config-ssh` continues to support the `coder.` prefix. The reason the command`ssh coder.workspace.agent` fails is because `coder ssh workspace.agent` wasn't supported. This PR fixes that.We know we used to support `workspace.agent`, as this is what we recommend in the Web UI:This PR also adds support for `coder ssh agent.workspace.owner`, such that after running `coder config-ssh`, a command like```ssh agent.workspace.owner.coder```works, even without Coder Connect running. This is done for parity with an existing workflow that uses `ssh workspace.coder`, which either uses Coder Connect if available, or the CLI.
1 parent5cfcb73 commitda02375
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1594 | 1594 | | |
1595 | 1595 | | |
1596 | 1596 | | |
| 1597 | + | |
1597 | 1598 | | |
1598 | 1599 | | |
1599 | 1600 | | |
1600 | 1601 | | |
1601 | 1602 | | |
1602 | 1603 | | |
| 1604 | + | |
1603 | 1605 | | |
1604 | 1606 | | |
1605 | 1607 | | |
| |||
1608 | 1610 | | |
1609 | 1611 | | |
1610 | 1612 | | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
1611 | 1616 | | |
1612 | 1617 | | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
1613 | 1622 | | |
1614 | 1623 | | |
1615 | 1624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments
Comments
(0)