-
I've spent a few days trying to get VS Code's remote containers working with podman on an M1 Mac running Monterey. The VM machine builds and starts fine ( I have tried adding I have a feeling this is macOS preventing access to the files, but I also tried giving full disk access to Any pointers or things to try would be gratefully received. Versions: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was caused by my having set |
Beta Was this translation helpful? Give feedback.
This was caused by my having set
PubKeyAuthentication=no
as a default for unspecified/unconfigured SSH connections. 😓