1.2.2 • Published 2 years ago
ssh-pageant v1.2.2
ssh-pageant
What is this?
This is a small tool that allows you to use your Pageant keys from Git bash, Git and Microsoft OpenSSH.
Installation
- Install from npm:
npm install -g ssh-pageant - Install the scheduled task to run on logon.
ssh-pageant install - Start the service:
ssh-pageant start
Uninstallation
- Stop the service:
ssh-pageant stop - Remove the scheduled task:
ssh-pageant uninstall - Uninstall from npm:
npm remove -g ssh-pageant