|
From: Ross G. <ro...@sa...> - 2002-10-29 16:19:02
|
Mike L. wrote: >>Mike L. wrote: >> >>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. You are actually connecting to the server using SSH. The problem is that pageant is not responding as it should. THe configuration is therefore a problem with pageant (at least that is my guess, remember I do not use windows so have not tested this). Since you are connecting by SSH the issue is *not* with your key. This has been set up correctly. I suspect that if you try and connect using WinCVS using the ext protocol instead of the pserver one you will be able to, but will be asked for your password. Explore your configuration of pageant. NB this is further than I got trying to set Stuarts machine up with Putty/Pageant and WinCVS. As usual doing on Linux was a breeze! Ross > > > 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. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |