mirror of
https://github.com/apple/container.git
synced 2026-07-13 13:07:06 +00:00
49e93cb1a9
Changes ssh socket path in container to `/var/host-services/ssh-auth.sock` as the path `/run` (where the ssh socket is mounted initially) is often mounted again by init systems, and the ssh socket is hidden. ## Type of Change - [X] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Makes ssh socket forwarding reliable. ## Testing - [X] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs