|
From: Mike L. <mi...@fa...> - 2002-10-29 15:07:48
|
> Mike L. wrote: > > Stuart, > > > > Does that mean you've got it (CVS) to work properly, or > just anon (password > > server) only. I'm still asked for my password, despite having > put my public > > key on sourceforge about a week ago > > When you say you are asked for your password,what is asking you for it? > The CVS client? Do you have pageant running? > > If you provide the password does it give you access? I have got to this stage in the installation : http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1#sshtest (Testing automated authentication). By this time Pageant is running and my private key is loaded in Pageant. I am asked for my password at stage 2 of this part of the installation. This is what happens when I go through all of the commands regardless : C:\PUTTY>plink.exe le...@sh... echo "SSH public key is in place." le...@sh...'s password:******* SSH public key is in place. C:\PUTTY>plink.exe le...@cv... echo "SSH public key is in place." le...@cv...'s password:******* Welcome to cvs.sourceforge.net This is a restricted Shell Account You cannot execute anything here. C:\PUTTY> As it says in the final line of the SSH tesing instructions, I should be ale to do these things without supplying my password, but on both occasions I had to in order to get any further. I was beginning to wonder if it's anything to do with running NAT behind a router, but I've forwarded the SSH port (port 22) to my PC and it's still not playing ball. Perhaps it should be a different port number? Mike L. |