Hi guys,
I'm working on Ubuntu and want to use multiple private keys to connect to different servers or different portions of the same server (My uses are admin of server, admin of git, and normal git usage within the same server). I tried simply stacking the keys in the id_rsa files to no avail.
Apparently the way to do this is use the command ssh -i <key location> [email protected]
. That is quite cumbersome.
Any suggestions as to how to go about doing this a bit easier?
Thanks all, Justin