Guest User

Untitled

a guest
Jan 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. ```
  2. ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  3. eval "$(ssh-agent -s)"
  4. ssh-add ~/.ssh/id_rsa
  5. ```
Add Comment
Please, Sign In to add comment