Last active
May 11, 2016 23:31
-
-
Save dkoudlo/145bdfa9430120e6f7c1 to your computer and use it in GitHub Desktop.
Handle ssh:// url in Windows 7
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
# Download and Install Putty https://the.earth.li/~sgtatham/putty/latest/x86/putty-0.67-installer.msi | |
# Download putty version that can handle urls, reference http://schipka.com/archives/34 | |
# Download files from here http://schipka.com/wp-content/uploads/2008/09/putty_ssh.zip | |
# Unzip putty.exe and replace it with original C:\Program Files (x86)\PuTTY\putty.exe | |
# To associate Putty with ssh filetype | |
# Open command prompt as Administrator | |
ftype ssh="C:\Program Files (x86)\PuTTY\putty.exe" %1 | |
# Click on ssh://[email protected] link in browser it should pop a new putty window up and try to connect, | |
# good thing to do is to add a default identity file in putty, google it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment