export CVS_RSH=ssh
export CVSROOT=username@cvs.sourceforge.net:/cvsroot/eoglass
ssh-keygen -t rsa
ssh-keygen -t dsa
cat ~/.ssh/sf_id_dsa.pub
Host *.sourceforge.net
# Sourceforge identity file
IdentityFile ~/.ssh/sf_id_dsa
User username
ssh cvs.sourceforge.net
cvs import -m "modulename: initial import to sourceforge" modulename vendor startmodulename is the title for the bit of code you want to add and vendor is a title you choose for the vendor of the code. In my case, I use "emorycompphys". Remember, on some macs, "cvs" is replaced by "ocvs"cvs checkout modulenamemodulename