Skip to content

Instantly share code, notes, and snippets.

@shmalex
Created August 24, 2023 09:37
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 shmalex/49dfb24a9f0f6ac453139ff6316e3bba to your computer and use it in GitHub Desktop.
Save shmalex/49dfb24a9f0f6ac453139ff6316e3bba to your computer and use it in GitHub Desktop.
GitHub Routines
# New github ssh key
ssh-keygen -t rsa -b 4096 -C "fancy-email@banana.com" -f outputfile
# calculate the SHA265 of the public key
ssh-keygen -lf outputfile.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment