Trying to login to a new machine with my Private PGP Key Saying its not vaild

We have been adding new machines to our fleet so users are having to login to Passbolt with there Private PGP keys but I am getting the error “The key should be a valid openpgp armored key string.” Other users have had no issues just pointing to a text file. I don’t see any spaces or other characters that will get in the way. Is there a way to match the private key to the public one?

The key format looks right to me:

-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: OpenPGP.js v4.10.9
Comment: https://openpgpjs.org
"Key Info"
-----END PGP PRIVATE KEY BLOCK-----

Let me know if I am missing anything, thanks!

Hello @rtatemskirose , welcome to the forum :slight_smile:

Have you tried to add a white space before the KeyInfo ?

-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: OpenPGP.js v4.10.9
Comment: https://openpgpjs.org

"Key Info"
-----END PGP PRIVATE KEY BLOCK-----