OpenSSL Convert Openssh ke RSA

# Extract RSA public key from PEM private key
ssh-keygen -f private.pem -y > private.pub
Famous Flatworm