> I am trying to get around the problem of creating one key-pair and using it > on two different servers (TEST and PROD). Is this possible? Generate the key on one server, export both private and public key (gpg --export, gpg --export-private-key), transfer to the other server, import private and public key. HTH, Albert.