Skip to content

Instantly share code, notes, and snippets.

@ipan
Last active January 14, 2018 23:31
Show Gist options
  • Save ipan/4cf7094a7dacf55b8311bacd70bca563 to your computer and use it in GitHub Desktop.
Save ipan/4cf7094a7dacf55b8311bacd70bca563 to your computer and use it in GitHub Desktop.
generate rsa keys #ssh
ssh-keygen -t rsa -C "your.email@example.com" -b 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment