I'm working on some code from my computer at home and would like to do CVS updates to a remote server. When I'm at work I don't need to type in a password, but at home each time I need to type in my password each time I do a CVS update.
I've followed the instructions here on how to set up a passwordless public/private ssh key pair: http://www.ece.uci.edu/~chou/ssh-key.html
However, after that I still need to type in my ssh password each time I do CVS update (or anything CVS related) from my local computer.
What am I missing?