| 
      
      
      From: Vince H. <li...@ml...> - 2003-07-28 20:23:27
      
     | 
| Generate your ssh-key with:
    ssh-keygen -t dsa
Go to http://sourceforge.net/account/ and upload your public key.
The direct link (http://sourceforge.net/account/editsshkeys.php)
might work as well. The default file should be id_dsa.pub. Make
sure you upload the public key. The contents should start with
'ssh-dss'.
After about 6 hours, ssh to shell.sf.net to see if your key works.
Now, on the system where you generated the key, check out the
[spartan] repository:
    CVS_RSH=ssh
    CVSROOT=:ext:$us...@cv...:/cvsroot/linuxvm
    cvs co linuxvm
-Vince
 |