Skip to content

Instantly share code, notes, and snippets.

@vitor-mariano
Created March 10, 2021 14:38
Show Gist options
  • Save vitor-mariano/d3a7d1ac89b0276f5dae23bfb263f336 to your computer and use it in GitHub Desktop.
Save vitor-mariano/d3a7d1ac89b0276f5dae23bfb263f336 to your computer and use it in GitHub Desktop.
Starting SSH Agent on Windows PowerShell
Start-Service ssh-agent
ssh-add.exe <ssh-key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment