The purpose of this guide is to show how to authenticate to GitHub while sshing into another computer.
- Follow this guide locally, verify that you can authenticate to GitHub normally.
- Add a file
config
to~/.ssh/
and save the following content to it:
Host icd.chapman.edu
ForwardAgent yes
- Connect to the intermediate machine, using ssh as you regularly would.
- Run
ssh -T [email protected]
to verify the connection is being forwarded.