Skip to content

Instantly share code, notes, and snippets.

@uuklanger
Last active January 21, 2022 18:13
Show Gist options
  • Select an option

  • Save uuklanger/b8b069a38e1e2bc63355fe41fd0ae604 to your computer and use it in GitHub Desktop.

Select an option

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 "your_email@example.com"
@uuklanger
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment