Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # Generate the key with email
  2. ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  3.  
  4. # Then enter passphrase
  5.  
  6. # Keys will be generated at ~/.ssh/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement