devcontainers / devcontainers/cli
common-utils should copy host ~/.ssh/known_hosts into the container as those vscode remote
Open
feature-request
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 457
- Avg merge
- 13h 17m
- Merged PRs (30d)
- 6
Description
when I used vscode with devcontainer the ~/.ssh/known_hosts is copied from the host to the container.
When I use devcontainer cli it is not, causing my CI to fail, where my dev build works.
While SSh-agent is used for key, it cannot be used to solve the known_hosts issue.
Contributor guide
Assessment
This issue has not been assessed yet.