mirror of
https://github.com/apple/container.git
synced 2026-09-04 23:05:49 +00:00
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