crun-vm icon indicating copy to clipboard operation
crun-vm copied to clipboard

Share the host's ssh-agent with the container

Open albertofaria opened this issue 1 year ago • 0 comments

Currently, if the user's ssh keypair has a passphrase, podman-exec will always ask for it. We could often avoid this by sharing the host's ssh-agent Unix domain socket at $SSH_AUTH_SOCK with the crun-vm container. This may not be trivial to do because of selinux and the container's separate network namespace.

albertofaria avatar Mar 19 '24 10:03 albertofaria