10 | | * cf. http://www.noah.org/wiki/Tortoise_SVN_with_PuTTY |
| 10 | * Go via putty, e.g., to tp1 an run "ssh-keygen". Generate a dsa-keyfile called "dsa.pub". Then execute |
| 11 | {{{ |
| 12 | cat dsa.pub >> .ssh/authorized_keys |
| 13 | }}} |
| 14 | * Open in your Windows "PuTTYgen" |
| 15 | * Choose "conversions" and read in your freshly created private (not public!) dsa key. Save the key after conversion as a ".ppk"-file |
| 16 | * Open putty's pageant |
| 17 | * Load the freshly created .ppk-file |
| 18 | * Hint: Add the command "pageant 'path to your ppk.file'" as a link to your Windows-Autostart, such that pageant is started at system start. |