Recent Posts
- (06/18) PHP - Managing File Uploads
- (03/21) Get All Active jQuery UI Dialog Windows, then Close 'EmTAGS:Jquery UiJqueryWeb ProgrammingUsageExample
- (03/18) jQuery UI 1.10 Tabs - Getting Index of Current TabTAGS:UiUpgradeWeb ProgrammingExample
- (03/18) jQuery UI 1.10 Tabs - Using Aria-Controls to Set the URL of a TabTAGS:JqueryJquery UiUpgradeTutorialExample
- (02/25) Speeding Up Windows 8 for Web Development (using WAMP)TAGS:CakephpApacheWeb ProgrammingWeb Server AdminWindowsPhpSoftwareUpgradeDatabase
- (02/25) Must Have Tool for Screen Capture: GreenshotTAGS:SoftwareWeb DesignWindowsUsage
- (02/23) Free iPod to iTunes Music Transfer on Windows - iBackuperTAGS:SoftwareMusicUsageUsabilityTutorialWindows
- (01/14) Avoiding Errors with Zend Lucene Search ResultsTAGS:CakephpWeb ProgrammingTutorialPhpUsage
Subscribe to my feed
MainelyDesign.com Blog
Using Git and Plink for SSH on Windows
Posted on 01/25/2010 at 11:11 am by Kevin Wentworth
Viewed 12,624 times | 0 comments
Well, I finally had an opportunity to install Git on Windows yet again. It had been quite a while since my last time installing Git on Windows, so I was a little rusty and couldn't figure out how to get Git to use Plink for SSH. It's actually quite simple and dependent on a Windows system variable.
Getting Git to use Plink for SSH on Windows
You need to create a system variable in Windows for GIT_SSH:
- Go to System Properties > Advanced Settings
- Click the button for Environment Variables
- Click 'New' to add a new system variable
- Under variable name, call it 'GIT_SSH'
- Under variable value, put in the path to your Plink executable: 'C:\Program Files\PuTTY\plink.exe'

- Click all the OKs until you are out of System Properties
- Git should now use Plink for SSH and not the built in ssh functionality
Setting up Putty, Plink and Pageant for Git on Windows
This post doesn't describe how to get Putty, Plink and Pageant working with Git on Windows, but I did come across an excellent Git tutorial (scroll to the bottom). It's probably the best tutorial for a non-techie that wants to install git on windows. It's actually illustrated!
Cheers,
-Kevin Wentworth
Tags for Using Git and Plink for SSH on Windows
Git | Windows | Usage | Tutorial
Comments for this Posting
No comments. Be the first to post a reply.
Sorry, comments are closed for this posting.
Please Email Kevin if you have any questions. Thanks!
