Last active
January 21, 2022 18:13
-
-
Save uuklanger/b8b069a38e1e2bc63355fe41fd0ae604 to your computer and use it in GitHub Desktop.
HOWTO: Create a ssh RSA Key compatible with GITKRAKEN
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 -m PEM -b 4096 -C "mylogin@HOST" | |
OR the modern way | |
$ ssh-keygen -t ed25519 -C "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent