Skip to content

Instantly share code, notes, and snippets.

@timtrautmann
Created October 16, 2009 09:05
Show Gist options
  • Save timtrautmann/211662 to your computer and use it in GitHub Desktop.
Save timtrautmann/211662 to your computer and use it in GitHub Desktop.
Alllow only ssh agent forwarding via amazon ec2 servers
Host *.amazonaws.com
ForwardAgent yes
Host *
ForwardAgent no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment