A simple wrapper for ssh-agent to run from Windows command line
The wrapper fires up ssh-agent, sets the required environment variables and adds the private identities to the agent
Add a shortcut to the file to the Windows Startup folder
For the first release, the wrapper assumes the following:
- ssh-agent in path
- shh-add in path
- private keys are in %USERPROFILE%/.ssh folder
- private keys names start with id (e.g. id_rsa)