Skip to content

Instantly share code, notes, and snippets.

@uuklanger
Last active January 21, 2022 18:13
Show Gist options
  • Save uuklanger/b8b069a38e1e2bc63355fe41fd0ae604 to your computer and use it in GitHub Desktop.
Save uuklanger/b8b069a38e1e2bc63355fe41fd0ae604 to your computer and use it in GitHub Desktop.
HOWTO: Create a ssh RSA Key compatible with GITKRAKEN
$ 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