|
|
|
|
|
by hartator
681 days ago
|
|
What's the point of having different ssh key per server? You are .pub is meant to be shared; even publicly. It's fine to have one ssh key for everything. It's also hard to think about a scenario where one ssh key in your machine is compromised, but not the others. |
|
Identity protection perhaps. A public key could reveal that the same person is accesing two or more servers. Different keys per server hide that information.