Skip to content

Instantly share code, notes, and snippets.

@neonexus
Last active August 29, 2015 14:13
Show Gist options
  • Save neonexus/d0dfe6253857b5b155bc to your computer and use it in GitHub Desktop.
Save neonexus/d0dfe6253857b5b155bc to your computer and use it in GitHub Desktop.
Generate PEM login

cd ~/.ssh

Generate files: ssh-keygen -t rsa -b 2048 -v

Fix file names:

mv id_rsa id_rsa.pem
mv id_rsa.pub authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment