File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
docs/user-guides/devcontainers Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,19 @@ This page assumes you have a [dev containers integration](./index.md) ready.
12
12
You can SSH into your dev container directly using the Coder CLI:
13
13
14
14
``` console
15
- coder ssh --container keen_dijkstra my-workspace
15
+ coder ssh --container my-container-name my-workspace
16
16
```
17
17
18
+ Remember to replace:
19
+
20
+ - ` my-container-name ` with the dev container agent name.
21
+ - ` my-workspace ` with your workspace's name.
22
+
18
23
> [ !NOTE]
19
24
>
20
- > SSH access is not yet compatible with the ` coder config-ssh ` command for use
21
- > with OpenSSH. You would need to manually modify your SSH config to include the
22
- > ` --container ` flag in the ` ProxyCommand ` .
25
+ > Starting with Coder v2.24.0, ` coder config-ssh ` works with dev containers.
26
+ > If you’re using an older Coder version, add ` --container <name> ` to the
27
+ > ` ProxyCommand ` entry in your SSH config .
23
28
24
29
## Web Terminal Access
25
30
You can’t perform that action at this time.
0 commit comments