Open yacinelazaar opened 4 years ago
I'm pretty sure you are already have running agent on the ubuntu host and keychain just reuse it with inheritance. You could check it by running env | grep SSH; ssh-add -l
hello @yacinelazaar - if you'd like to report a bug kindly use https://bugs.funtoo.org/
you can also reach us on Discord - for more info check https://www.funtoo.org/Welcome
I have keychain installed on 2 setups (on arch and on ubuntu)
On ubuntu this command this works fine
keychain --eval --agents ssh libvirt
On Arch though the same command doesnt export the env vars 'SSH_AUTH_SOCK and 'SSH_AGENT_PID''. I have to resort to using eval as such:
eval $(keychain --eval --agents ssh libvirt)
How do i fix this?