Skip to content

Instantly share code, notes, and snippets.

@dcorrea777
Last active October 2, 2021 20:24
Show Gist options
  • Save dcorrea777/9e36f7806ae7785761a48e70ba66ce48 to your computer and use it in GitHub Desktop.
Save dcorrea777/9e36f7806ae7785761a48e70ba66ce48 to your computer and use it in GitHub Desktop.
ssh-keygen

Como gerar sua chave ssh

ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "my@mail.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment