funtoo / keychain

keychain ssh-agent front-end
http://www.funtoo.org
GNU General Public License v2.0
762 stars 108 forks source link

Trouble adding Identities #117

Open yacinelazaar opened 4 years ago

yacinelazaar commented 4 years ago

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?

Felixoid commented 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

mrl5 commented 2 years ago

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