Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Force use of RSA per comment

...

No Format
ssh-keygen -m pem -t rsa

This creates a key pair in "PEM" format, as required by Morpheus, using the RSA algorithm (elliptic curves seem not to be supported yet).

Converting existing keys

...