# Windows (PuTTY)

## Agent Forwarding with PuTTY

1. Once adding your private key to Pageant, open PuTTY and navigate to the Auth menu.

![PuTTY Auth menu showing options for SSH authentication highlighting the 'Allow agent forwarding' checkbox](https://4272811953-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LcWJ6pKCQH6l3rl9IQa%2F-MMW8w9bHm3SqR35XVs7%2F-MMWJXOKBHO1-OjcFDOZ%2Fimage.png?alt=media\&token=8c4926d3-8812-4864-bfba-2e7808136055)

2\. Check the 'Allow agent forwarding' checkbox, and return to the Session menu.

![PuTTY Session menu showing Host Name input field](https://4272811953-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LcWJ6pKCQH6l3rl9IQa%2F-MMWKMQEZXWe0mArTTv_%2F-MMWKaQfo7I5GtvCe3gU%2Fimage.png?alt=media\&token=d74dd4e5-04f5-4368-b450-5dc57b9bbf40)

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.

```bash
ssh -T git@github.com
```

```console
Hi JaneDoe! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.
```
