SSH: Do you use one private/public key pair for each remote machine? Or a single pair for all?

Posted by Nick on Server Fault See other posts from Server Fault or by Nick
Published on 2009-11-02T11:49:32Z Indexed on 2010/06/01 7:03 UTC
Read the original article Hit count: 180

Filed under:
|
|

When you want to have public key based ssh logins for multiple machines, do you use one private key, and put the same public key on all of the machines? Or do you have one private/public key pair for each connection?

© Server Fault or respective owner

Related posts about ssh

Related posts about openssh