Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #First we want to add the SSH Key to your SSH agent
  2. ssh-add -L
  3. eval `ssh-agent -s`
  4. ssh-add ~/.ssh/id_rsa
  5. #the location of your key may be different so, adjust accordingly
  6. # login to your SSH
  7. vagrant ssh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement