Skip to content

Instantly share code, notes, and snippets.

@groony
Created December 14, 2015 10:54
Show Gist options
  • Save groony/0ea201b8f80f821843e3 to your computer and use it in GitHub Desktop.
Save groony/0ea201b8f80f821843e3 to your computer and use it in GitHub Desktop.
SSH ForwardAgent
Edit file
nano ~/.ssh/config
Host *
ForwardAgent Yes
Save file
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment