Skip to content

Instantly share code, notes, and snippets.

@alikhajeh1
Created November 8, 2017 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alikhajeh1/6d99e5dece7385a2093e901f88d3ba73 to your computer and use it in GitHub Desktop.
Save alikhajeh1/6d99e5dece7385a2093e901f88d3ba73 to your computer and use it in GitHub Desktop.
Prerequisites for generating SSH keys on Windows

Creating SSH keys on Windows

  1. Download OpenSSH for Windows and install it.
  2. 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 running set SSH_AUTH_SOCK=value_here and set SSH_AGENT_PID=value_here.
  3. In the command line shell, run ssh-agent to start the SSH Agent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment