ssh authentication with public-private key pair
- by Rui Gonçalves
Hi!
I'm wonder if is possible to authenticate the same user with different public-private keys pairs on the same remote host.
For all production servers, the public-private key pair has been generated for the same user and then exported to the backup server for allowing ssh authentication without human intervention.
However, I'm having problems…