SSH Pageant is a bridge between Windows Pageant and OpenSSH
npm install ssh-pageantThis is a small tool that allows you to use your Pageant keys from Git bash, Git and Microsoft OpenSSH.
1. Install from npm:
``bash`
npm install -g ssh-pageant
`
2. Install the scheduled task to run on logon.
bash`
ssh-pageant install
`
3. Start the service:
bash`
ssh-pageant start
1. Stop the service:
`bash`
ssh-pageant stop
`
2. Remove the scheduled task:
bash`
ssh-pageant uninstall
`
3. Uninstall from npm:
bash``
npm remove -g ssh-pageant