Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add SSH agent forwarding to devcontainer
  • Loading branch information
dimitri-yatsenko committed Jul 29, 2025
commit 3af49a1ba4fe351d297c01334de2ce036760d229
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
8080,
9000
],
"mounts": [
"type=bind,source=${env:SSH_AUTH_SOCK},target=/ssh-agent"
],
"containerEnv": {
"SSH_AUTH_SOCK": "/ssh-agent"
},
// Uncomment the next line if you want start specific services in your Docker Compose config.
// "runServices": [],
// Uncomment the next line if you want to keep your containers running after VS Code shuts down.
Expand Down