Created
August 24, 2023 09:37
-
-
Save shmalex/49dfb24a9f0f6ac453139ff6316e3bba to your computer and use it in GitHub Desktop.
GitHub Routines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# New github ssh key | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" -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