Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Last active March 17, 2021 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gayanvirajith/74da5ff146aa07d311067ac414ed86eb to your computer and use it in GitHub Desktop.
Save gayanvirajith/74da5ff146aa07d311067ac414ed86eb to your computer and use it in GitHub Desktop.
create pem for mongo db | robot3t

Create pem for ssh

ssh-keygen -m PEM -t rsa
ssh-keygen -m PEM -t rsa -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment