|
From: Ross G. <ro...@sa...> - 2002-10-29 18:17:14
|
Mike L. wrote: > Okay, what does this all mean? > > > C:\PUTTY\plink.exe -v le...@sh... echo "SSH public key is > in place." > > Looking up host "shell.sourceforge.net" > Connecting to 216.136.171.203 port 22 > Server version: SSH-1.99-OpenSSH_3.1p1 > We believe remote version has SSH2 RSA padding bug > We claim version: SSH-2.0-PuTTY-Snapshot-2002-10-18 > Using SSH protocol version 2 > Doing Diffie-Hellman group exchange > Doing Diffie-Hellman key exchange > Host key fingerprint is: > ssh-dss 1024 4c:68:03:d4:5c:58:a6:1d:9d:17:13:24:14:48:ba:99 > Using username "leverm". > Pageant is running. Requesting keys. > Pageant has 0 SSH2 keys From the troubleshooting section of the document on SF: The above plink command says 'Pageant has 0 SSHx keys': This could mean one of three things. First, check to make sure that you have properly configured pageant. If you have configured pageant correctly, verify that you have not created a profile in PuTTY for 'cvs.sourceforge.net' -- profiles can modify the way that plink operates (delete any profiles you may have made for cvs.sourceforge.net). Finally, check to ensure that plink is referencing the correct key type. We suggested that you create a SSH1 RSA key -- if you instead created a SSH2 key, you will need to create a PuTTY profile to tell Plink to use the SSH2 protocol (SSH1 and SSH2 protocols are not compatible; you need to pick one or the other). > Keyboard-interactive authentication refused > le...@sh...'s password: > > > Mike L. > > >>-----Original Message----- >>From: csm...@li... >>[mailto:csm...@li...]On Behalf Of Ross >>Gardler >>Sent: 29 October 2002 16:18 >>To: csm...@li... >>Subject: Re: [csms-dev] Fully functioning CVS >> >> >>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 >> >> >> >> >>------------------------------------------------------- >>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 >> > > > > > ------------------------------------------------------- > 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 |