Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRalph Morris
3,780 PointsIm stuck adding new key to the ssh-agent. Where do i do this? thanks!
I hope somebody can help me.
Im not sure what to do with this next section. Where do I add this? How?
# start the ssh-agent in the background
eval "$(ssh-agent -s)"
# Agent pid 59566
ssh-add ~/.ssh/id_rsa
Can anybody help? Would really appreciate anyones advice.
Thanks
Ralph
Chris Shaw
26,676 PointsChris Shaw
26,676 PointsHi Ralph,
Is there on a Mac or PC? If you're on a Mac generating the key will suffice as OS X will automatically add the private key to your keychain, on Windows all you need to do is generate the key and that's it.