funtoo / keychain

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

Add multiple keys - Not really an issue, but perhaps add to FAQ on https://www.funtoo.org/Keychain #120

Open craftypenguins-chris opened 4 years ago

craftypenguins-chris commented 4 years ago

I was looking for docs on adding multiple keys and didn't find it easily. Might I suggest the following snippet as an example: Syntax: $ keychain ~/.ssh/some.key ~/.ssh/another.key Add to .bash_profile/.bashrc to autofind in .ssh dir eval `keychain --eval $(find .ssh/ -type f -name "*rsa*" -not -name "*pub")`

mrl5 commented 2 years ago

hello @craftypenguin-chris - 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