- Download OpenSSH for Windows and install it.
- Setup the environment variables needed to run the SSH Agent by opening a command line shell, and running
ssh-agent -s
. This will output 2 environment variables that you can set by runningset SSH_AUTH_SOCK=value_here
andset SSH_AGENT_PID=value_here
. - In the command line shell, run
ssh-agent
to start the SSH Agent.
Created
November 8, 2017 15:26
-
-
Save alikhajeh1/6d99e5dece7385a2093e901f88d3ba73 to your computer and use it in GitHub Desktop.
Prerequisites for generating SSH keys on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment