Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may want pem file in some cases, and below commands can do that:

Code Block
openssl rsassh-keygen -inf /home/ck/id_rsa.pub -outform pemm 'PEM' -e > /home/ck/id_rsa.pem


Follow-up action you need to do is copying ID by ssh-copy-id <id@remote_server>

...