As documented:
http://rhl.redhat.com/projects/additional-projects/kudzu/
[paul@uruk src]$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS [paul@uruk src]$ cvs -z3 login Logging in to :pserver:anonymous@rhlinux.redhat.com:2401/usr/local/CVS CVS password: cvs [login aborted]: connect to rhlinux.redhat.com(66.187.233.241):2401 failed: Connection timed out
I assume this just isn't setup yet.
Paul
Paul Nasrat wrote :
As documented:
http://rhl.redhat.com/projects/additional-projects/kudzu/
[paul@uruk src]$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS [paul@uruk src]$ cvs -z3 login Logging in to :pserver:anonymous@rhlinux.redhat.com:2401/usr/local/CVS CVS password: cvs [login aborted]: connect to rhlinux.redhat.com(66.187.233.241):2401 failed: Connection timed out
I assume this just isn't setup yet.
As documented here : http://rhl.redhat.com/participate/developers-guide/s1-cvs-configure.html
You need to access through ssh, not pserver, so "export CVS_RSH=ssh" is required. Haven't tried it yet, though :-)
Matthias
On Tue, Jul 22, 2003 at 02:14:18PM +0200, Matthias Saou wrote:
Paul Nasrat wrote :
As documented here : http://rhl.redhat.com/participate/developers-guide/s1-cvs-configure.html
You need to access through ssh, not pserver, so "export CVS_RSH=ssh" is required. Haven't tried it yet, though :-)
I also tried this and it doesn't time out it looks as if ssh doesn't allow password auth.
[paul@uruk src]$ export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS [paul@uruk src]$ cvs co kudzu Permission denied (publickey,keyboard-interactive). cvs [checkout aborted]: end of file from server (consult above messages if any) [paul@uruk src]$ echo $? 1
Obviously I don't have pub key in anonymous' authorized_keys, so I thought anonymous access would be pserver as described for the kudzu page. Either way doesn't work for me.
Paul
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Same here. Tried bot "normal" and with CVS_RSH=ssh .
Also posted this on the rhl-docs list, but the problem still exists.
Michael
On Tue, 22 Jul 2003, Paul Nasrat wrote:
On Tue, Jul 22, 2003 at 02:14:18PM +0200, Matthias Saou wrote:
Paul Nasrat wrote :
As documented here : http://rhl.redhat.com/participate/developers-guide/s1-cvs-configure.html
You need to access through ssh, not pserver, so "export CVS_RSH=ssh" is required. Haven't tried it yet, though :-)
I also tried this and it doesn't time out it looks as if ssh doesn't allow password auth.
[paul@uruk src]$ export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS [paul@uruk src]$ cvs co kudzu Permission denied (publickey,keyboard-interactive). cvs [checkout aborted]: end of file from server (consult above messages if any) [paul@uruk src]$ echo $? 1
Obviously I don't have pub key in anonymous' authorized_keys, so I thought anonymous access would be pserver as described for the kudzu page. Either way doesn't work for me.
- -- Michael Redinger Zentraler Informatikdienst (Computer Centre) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://www.uibk.ac.at/~c102mr/mred-pubkey.asc
Matthias Saou (matthias@rpmforge.net) said:
As documented here : http://rhl.redhat.com/participate/developers-guide/s1-cvs-configure.html
You need to access through ssh, not pserver, so "export CVS_RSH=ssh" is required. Haven't tried it yet, though :-)
Woops, I believe that's wrong; it does need to be pserver. And yes, the pserver isn't working right now.
Bill