Skip to content

Commit 5085d78

Browse files
committed
s/coder ssh/ssh
1 parent f88ecb8 commit 5085d78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/user-guides/devcontainers/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ When a workspace with the dev containers integration starts:
4141

4242
### Connectivity
4343

44-
- Full SSH access directly into dev containers (`coder ssh <agent>.<workspace>.me.coder`).
44+
- Full SSH access directly into dev containers
45+
46+
```shell
47+
ssh <agent>.<workspace>.me.coder
48+
```
49+
4550
- Automatic port forwarding.
4651

4752
## Known Limitations

0 commit comments

Comments
 (0)