I've been moving a private key manually via the terminal and I'm getting an error. I suspect this error is caused by malformed key.
Is there a way to check if a key string is correct?
I've been moving a private key manually via the terminal and I'm getting an error. I suspect this error is caused by malformed key.
Is there a way to check if a key string is correct?
This question was already answered here and here
You can execute the following commands:
Takes a private key an prints the corresponding public key which can be directly compared to your available public keys. (Hint: beware of comments or key-options)
You can use also:
Display the public keys corresponding to a private key, then compare them.