# Functions
GenerateSSHKey generates SSH keypair based on path of the private key The public key would be generated to the same path with ".pub" added.
NewKeyPair generates a new SSH keypair This will return a private & public key encoded as DER.
# Variables
ErrKeyGeneration generation error.
ErrPublicKey conversion error.
ErrUnableToWriteFile write error.
ErrValidation validation error.