Suppose I have a number of accounts on a server called SERVER. Let's call them ACCOUNT1, ACCOUNT2 and ACCOUNT3.
Suppose I don't want to have to type in the password for the account each time I ssh into one of those accounts from my local computer, DESKTOP.
Obviously, I could use a single ssh key pair to allow myself passwordless login to all three accounts, but is it possible to use a different ssh key pair for each account?