Last active
January 5, 2023 17:56
-
-
Save scottnunemacher/759ec1be503e8302b2efa07ce6a918da to your computer and use it in GitHub Desktop.
ssh-keygen notes
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
# 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