Created
March 10, 2021 14:38
-
-
Save vitor-mariano/d3a7d1ac89b0276f5dae23bfb263f336 to your computer and use it in GitHub Desktop.
Starting SSH Agent on Windows PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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