Developer CVS Access via SSH
For developers, or those who need to commit to the repository, secure SSH checkout is required. This means you must generate a SSH key, and upload the SSH key into your your account. Go to the 'My Stuff' tab and choose 'Edit SSH Keys'. Paste your public key there and a cronjob will run within an hour to place it on the server.
export CVS_RSH=ssh
cvs -d :ext:developername@ccpforge.cse.rl.ac.uk:/cvsroot/dl_poly_classic checkout modulename

