Best way to use multiple SSH private keys on one client

QuestionsBest way to use multiple SSH private keys on one client
sethbeckerman5 Staff asked 16 years ago

I want to use multiple private keys to connect to different servers or different portions of the same server (my uses are system administration of server, administration of Git, and normal Git usage within the same server). I tried simply stacking the keys in the files to no avail.

Apparently a straightforward way to do this is to use the command

That is quite cumbersome.

Any suggestions as to how to go about doing this a bit easier?


View on Stack Overflow