Skip to content

Instantly share code, notes, and snippets.

@flaugabriel
Created November 12, 2019 12:46
Show Gist options
  • Save flaugabriel/08f886bed4986c770afc2fa076e0611a to your computer and use it in GitHub Desktop.
Save flaugabriel/08f886bed4986c770afc2fa076e0611a to your computer and use it in GitHub Desktop.
# if not exist ssh keys into you configs rune this code below.
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# afte generate ssha key on steps get you new key
cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment