Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03c60bf

Browse files
committed
update ssh note and example
1 parente83d564 commit03c60bf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎docs/user-guides/devcontainers/working-with-dev-containers.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@ This page assumes you have a [dev containers integration](./index.md) ready.
1212
You can SSH into your dev container directly using the Coder CLI:
1313

1414
```console
15-
coder ssh --containerkeen_dijkstra my-workspace
15+
coder ssh --containermy-container-name my-workspace
1616
```
1717

18+
Remember to replace:
19+
20+
-`my-container-name` with the dev container agent name.
21+
-`my-workspace` with your workspace's name.
22+
1823
>[!NOTE]
1924
>
20-
>SSH access is not yet compatiblewiththe`coder config-ssh`command for use
21-
>with OpenSSH. You would need to manually modify your SSH config to include the
22-
>`--container` flag inthe`ProxyCommand`.
25+
>StartingwithCoder 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 inyour SSH config.
2328
2429
##Web Terminal Access
2530

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp