Rationale: typing your password again and again is boring, but saving it cleartext is insecure
PuTTYgen from PuTTY, no install necessary~/.ssh/authorized_keys on the svn servertype public_id | plink.exe -pw username@hostname “umask 077; test -d .ssh || mkdir .ssh ; cat » .ssh/authorized_keys” might also work Source~./ssh is in mode 700 and its files in mode 600C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -i complete-path-to-file.ppk -l rindSVN_SSHC:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe -i complete-path-to-file.ppk -l rindAlternative: use PuTTY Pageant instead of the -i parameter
Further references: http://www.continuousgreg.com/blog/?p=30 http://www.woodwardweb.com/java/howto_configure.html
similiar like in Windows, but TortoiseSVN is not needed
ssh-copy-id makes it easy to append the public key on the server
Eclipse with Subclipse and JavaHL need no extra configuration
alex @ ieg: home about me publications research