Hi Below is my process, but it not work to download the CVS.
Can you help me figure out? the membername is my account name, right? * * * * * * *shuai@ecewlh304l013:~$ export CVS_RSH=ssh* *shuai@ecewlh304l013:~$ cvs -z3 -d:ext:shuai...@cvs.savannah.gnu.org:/sources/wget co wget* *Permission denied (publickey).* *cvs [checkout aborted]: end of file from server (consult above messages if any)* *shuai@ecewlh304l013:~$ cvs -z3 -d:pserver:anonym...@cvs.savannah.gnu.org:/sources/wget co wget* *cvs checkout: CVS password file /home/shuai/.cvspass does not exist - creating a new file* *Cannot access /sources/wget/CVSROOT* *No such file or directory* *shuai@ecewlh304l013:~$ echo $SSH_AGENT_PID - $SSH_AUTH_SOCK* *1646 - /tmp/keyring-KbrlRx/ssh* *shuai@ecewlh304l013:~$ ssh-add* *Enter passphrase for /home/shuai/.ssh/id_rsa: * *Identity added: /home/shuai/.ssh/id_rsa (/home/shuai/.ssh/id_rsa)* *shuai@ecewlh304l013:~$ ssh-keygen -l -f ~/.ssh/known_hosts | grep cvs.sv.gnu.orgshuai@ecewlh304l013:~$ ssh-keygen -F cvs.sv.gnu.org > tmpkey* *shuai@ecewlh304l013:~$ ssh-keygen -l -f tmpkey* *tmpkey is not a public key file.* *shuai@ecewlh304l013:~$ * -- Thanks Shuai Xie