Skip to content
Prev 36312 / 63421 Next

Setting up TortoiseSVN and PuTTY on Windows for r-forge.r-project.org (Was: Re: Using SVN + SSH on windows)

On 28/03/2010 9:04 AM, Henrik Bengtsson wrote:
I do it with a passphrase, which requires a small change below.  The 
advantage of doing it with a passphrase is that if someone steals my 
laptop containing the key, they still won't be able to access anything 
unless they can guess my passphrase.  (I use the same key to access a 
number of things, including some that I am more concerned about 
protecting than my R-forge files.)
I do this as part of each Windows logon, by putting the command

"...\pageant.exe" ...\foo.ppk

as a shortcut in my Startup folder.  (The ...'s are replaced with real 
paths, of course.)

This pops up a dialog where I need to enter the passphrase.  I get this 
every time I sign on to Windows which is a little irritating, but since 
I use svn+ssh for so many things, I probably make use of the key during 
almost every session.  I've become used to typing a Windows password to 
log on to Windows, then a Pageant passphrase to get access to various 
remote things.

Duncan Murdoch