Skip to content

Instantly share code, notes, and snippets.

@Haruki
Created October 10, 2017 08:07
Show Gist options
  • Save Haruki/d9fdf65aee7f75a35d56df9147607e55 to your computer and use it in GitHub Desktop.
Save Haruki/d9fdf65aee7f75a35d56df9147607e55 to your computer and use it in GitHub Desktop.
To do this from powershell open a powershell window and paste in the following:
echo y | & 'C:\Program Files (x86)\GitExtensions\PuTTY\plink.exe' -ssh git@github.com
echo y | & 'C:\Program Files (x86)\GitExtensions\PuTTY\plink.exe' -ssh git@gist.github.com
echo y | & 'C:\Program Files (x86)\GitExtensions\PuTTY\plink.exe' -ssh git@bitbucket.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment