Guest User

Untitled

a guest
Mar 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. This is a note on how to create and manage multiple ssh-keys on laptop
  2.  
  3. ```
  4. $ ssh-add -l
  5. $ ssh-add ~/.ssh/id_rsa
  6. $ ssh-add ~/.ssh/id_rsa_personal
  7. ```
  8. But, whenever I open new terminal tab and check for its ssh-agent through this command `ssh-add -l`, it returns `no agent`.
Add Comment
Please, Sign In to add comment