Created
April 23, 2025 17:26
-
-
Save CreatiCoding/32fc7e2476d98562e03a5950825d5396 to your computer and use it in GitHub Desktop.
ssh-gen
This file contains hidden or 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
ssh-keygen -t rsa -b 4096 -C "$1" -f ~/.ssh/id_rsa-$(echo "$1" | sed 's/@.*//') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment