ssh
Anybody know how you can store multiple private keys on one machine? I am trying to tighten up two computers of mine and one of the things I was doing was making it so you had to have the private key on your system to get in. It works, but only when my ~/.ssh/identity has only one key.
Is there a way to get multiple keys in one file, or to tell ssh to look into a certain directory containing all the keys?
Is there a way to get multiple keys in one file, or to tell ssh to look into a certain directory containing all the keys?
