Skip to content

Instantly share code, notes, and snippets.

@ptavares
Created February 21, 2017 13:18
Show Gist options
  • Save ptavares/d202c8e13781b7942a476552ad72dd44 to your computer and use it in GitHub Desktop.
Save ptavares/d202c8e13781b7942a476552ad72dd44 to your computer and use it in GitHub Desktop.
# Générer une paire de clé
ssh-keygen -t [dsa/rsa] -C "comment"
# Permet d'afficher la clé public d'une clé privée
ssh-keygen -y -f <private_key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment