Windows (PuTTY)
SSH Agent Forwarding on a Windows system using PuTTY, with an example application to git.
Last updated
SSH Agent Forwarding on a Windows system using PuTTY, with an example application to git.
Last updated
Once adding your private key to Pageant, open PuTTY and navigate to the Auth menu.
2. Check the 'Allow agent forwarding' checkbox, and return to the Session menu.
3. Enter the Host Name you usually use to connect to Oscar, and click 'Open'.
4. Entering your password. If you have ssh keys setup on your local computer to connect to GitHub, you can confirm your ssh-agent was properly forwarded by checking GitHub . If the ssh command fails, your agent has not been properly forwarded.