Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ssh-agent /bin/bash
- ssh-add ~/.ssh/id_rsa
- ALTERNATIVE METHOD
- ## Add the following to .bashrc (or run from command line)
- eval "$(ssh-agent -s)"
- ## Run before utilizing Ansible
- ssh-add ~/.ssh/id_rsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement