Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Agent Forwarding #2

Open
JeffreyM opened this issue Mar 25, 2011 · 0 comments
Open

SSH Agent Forwarding #2

JeffreyM opened this issue Mar 25, 2011 · 0 comments

Comments

@JeffreyM
Copy link

Not an issue as much as a (few) comments...

First, thank you for your efforts. I have a similar "recipe" but did not have the forethought to share via GIT - my only-child mentality prevents me from sharing.

A few thoughts/additions...

  1. Copying your public key to the EC2 instance will make it easier to repetitively login to the remote host without the need to pass keys via the command line.
  2. By using SSH Agent Forwarding you can effectively skip the "Checkout your source - If your git repository is private:" step and avoid the need to configure deploy keys. Agent forwarding is disabled on OSX but can easily be enabled...

edit /etc/ssh_config
uncomment Host *
uncomment ForwardAgent
change ForwardAgent no TO ForwardAgent yes

Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant