Converting openSSH key to RFC 4716 format
#How to convert openSSH key to/from RFC 4716 format:
###Given a private key, export its public key:
ssh-keygen -e -f private_key
###Convert the exported public key from RFC 4716 format to OpenSSH format (for use in an authorized_keys file, for example):
ssh-keygen -i -f public_key