First Question
I have 3 linux machines at 3 physical locations and I want to be able to use public/private key authentication so that any one machine can log into any of the others without needing a password. Should I create a single private/public key pair and copy the private key over to each machine, or is it better to make one key pair per machine?
Second Question
I want to be able to use key authentication to log into a Solaris machine from a Linux machine. Does anyone know how to get this working? I was told by my sysadmin that the format for the keys is different and that I need to convert them somehow. I did some googling and I can't seem to find what I need.


