Skip to content

Commit

Permalink
DEV: remove ssh mounts (use ssh-agent instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Sep 12, 2024
1 parent 0a58e53 commit 3cafb55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@
}
},
"remoteUser": "user",
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/user/.ssh,type=bind,consistency=cached",
"source=${localEnv:USERPROFILE}/.ssh,target=/home/user/.ssh,type=bind,consistency=cached"
],
"postCreateCommand": "sudo chown -R user:user /home/user/.ssh && git config --global --add safe.directory ${containerWorkspaceFolder}"
}

0 comments on commit 3cafb55

Please sign in to comment.