Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ~/.ssh for vscode user #51

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

jnschaeffer
Copy link
Contributor

When using the devcontainer CLI to create a dev container, mounting ~/.ssh/authorized_keys from the host creates a directory owned by root, which causes failures when updating ~/.ssh/known_hosts as the vscode user. This PR adds this directory to the dev container so ~/.ssh/known_hosts works as expected.

When using the devcontainer CLI to create a dev container, mounting
~/.ssh/authorized_keys from the host creates a directory owned by
root, which causes failures when updating ~/.ssh/known_hosts as the
vscode user. This commit adds this directory to the dev container so
~/.ssh/known_hosts works as expected.

Signed-off-by: John Schaeffer <[email protected]>
@adammohammed adammohammed merged commit 1e1a0b8 into infratographer:main Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants