I am creating a simple devcontainer based on the base images stored here. I have tried two images: - mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04 - mcr.microsoft.com/vscode/devcontainers/base:bullseye Using the bullseye image, ssh keys are passed from the host automatically. In the ubuntu-22.04 image, they are not? I have checked the ubuntu-20.04 image and they work fine also. Seems to be isolated to the 22.04 image?