Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Created April 23, 2025 17:26
Show Gist options
  • Save CreatiCoding/32fc7e2476d98562e03a5950825d5396 to your computer and use it in GitHub Desktop.
Save CreatiCoding/32fc7e2476d98562e03a5950825d5396 to your computer and use it in GitHub Desktop.
ssh-gen
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