-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Copy link
Labels
Milestone
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
- Build a container image following the procedure shown in [Bug]:
--sshflag doesn't work with non-root user container#580 - Run the image using the branch from Propagate host ssh socket permissions to relay socket in guest. container#811, which propagates the ssh socket permissions into the guest agent socket configuration.
Current behavior
Host:
% ls -l $SSH_AUTH_SOCK
srw-rw-rw- 1 jimbo wheel 0 Oct 24 16:18 /private/tmp/com.apple.launchd.xxx/ListenersGuest:
% container run -it --rm --ssh test sh
Warning! Running debug build. Performance may be degraded.
~ $ ls -l $SSH_AUTH_SOCK
srw-r--r-- 1 root root 0 Oct 26 01:02 /run/host-services/ssh-auth.sockExpected behavior
Guest:
% container run -it --rm --ssh test sh
Warning! Running debug build. Performance may be degraded.
~ $ ls -l $SSH_AUTH_SOCK
srw-rw-rw- 1 root root 0 Oct 26 01:02 /run/host-services/ssh-auth.sockEnvironment
- OS: macOS 26.1
- Xcode: Xcode 26
- Swift: 6.2Relevant log output
N/ACode of Conduct
- I agree to follow this project's Code of Conduct