The use of the ssh agent means that you don't have to type
in your password all the time with SVN. Its a little
complicated to setup, but these instructions should help:
Select SSH-2 RSA at the bottom of the PuTTY Key Generator window for the "Type of key to generate" section.
Click the "Generate" button.
Enter some "Key passphrase" (suggestion, your SCE unix password).
Enter the same passphrase in "Confirm passphrase".
Click "Save private key" and save your private key (suggestion: to My Documents/putty-private-key).
In the top of the PuTTY Key Generator window, there should now be your public key shown ready for copying and pasting (it starts with ssh-rsa and then has a number of lines of random text).
Download and run
Putty.exe to log into
avdsp-server.sce.carleton.ca
Type these commands in the PuTTY window, pasting in your public key from the PuTTY Key Generator at the appropriate spot.
mkdir .ssh
chmod go-rwx .ssh
cat >> .ssh/authorized_keys
EDIT −> PASTE the public key
^D ( TYPE CTRL D)
chmod go-rwx .ssh/authorized_keys
exit
Download and save
Pageant.exe
to C:\Documents and Settings\YOURNAME\Start Menu\Programs\Startup
Do the following every time you need to access a password less ssh connection:
Now, whenever you want to setup your password-less connection, do the following:
Run Pageant.exe (icon will appear in your desktop tray)
Double-click on pageant icon in tray
Click "Add Key"
Select your private key file (My Documents/putty-private-key)
Enter in your key passphrase that you used above (the suggestion was your SCE unix password).
Note: This document is a modified version of Prof. Adler's SVN instructions.
Last Updated:
$Date: 2009-04-12 07:21:26 -0400 (Sun, 12 Apr 2009) $