Skip to content

Instantly share code, notes, and snippets.

@peter-y
Created August 24, 2021 07:48
Show Gist options
  • Save peter-y/4884ee3f8aba154c678376000c8560ec to your computer and use it in GitHub Desktop.
Save peter-y/4884ee3f8aba154c678376000c8560ec to your computer and use it in GitHub Desktop.
ssh-keygen #command
ssh-keygen -t ecdsa -b 521 -C 'xxxxxx-dockernode2'
ssh-keygen -o -a 500 -C "First.Last@somewhere.com"
ssh-keygen -t ecdsa -a 500 -b 521 -C "First.Last@somewhere.com"
ssh-keygen -t rsa -a 500 -b 4096 -C "xxxxxx@dockernode2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment