containers / containers/crun-vm
Share the host's ssh-agent with the container
Open
enhancement
- Dominant language
- Rust
- Stars
- 268
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.