Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active August 1, 2025 15:50
Show Gist options
  • Select an option

  • Save selfagency/7a4e01ac5c263a8db1e70d26d65ea3f4 to your computer and use it in GitHub Desktop.

Select an option

Save selfagency/7a4e01ac5c263a8db1e70d26d65ea3f4 to your computer and use it in GitHub Desktop.
new ssh key
#!/usr/bin/env bash
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment