Skip to content

Instantly share code, notes, and snippets.

@scottnunemacher
Last active January 5, 2023 17:56
Show Gist options
  • Save scottnunemacher/759ec1be503e8302b2efa07ce6a918da to your computer and use it in GitHub Desktop.
Save scottnunemacher/759ec1be503e8302b2efa07ce6a918da to your computer and use it in GitHub Desktop.
ssh-keygen notes
# ssh-keygen for ed25519
ssh-keygen -a 100 -t ed25519 -f "/ABSOLUTE/PATH/TO/.ssh/PROFILE_SAASPROVIDER_ed25519" -C "PROFILE_SAASPROVIDER_ed25519"
# ssh-keygen for rsa 4096
ssh-keygen -b 4096 -t rsa -f "/ABSOLUTE/PATH/TO/.ssh/PROFILE_SAASPROVIDER_rsa" -C "PROFILE_SAASPROVIDER_rsa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment