This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: login to gcc.gnu.org broken
- From: Ben Elliston <bje at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 26 Jan 2003 23:20:19 +1100
- Subject: Re: login to gcc.gnu.org broken
- Organization: Red Hat Asia-Pacific Pty Ltd
- References: <200301250905.h0P95GcO001140@meolyon.local>
>>>>> "Joern" == Joern Rennecke <amylaar@onetel.net.uk> writes:
Joern> I've just upgraded by home machine to a newer Linux version,
Joern> and now CVS wants to use ssh protocol version 2. So I went
Joern> to log in to gcc.gnu.org to put a protocol 2 style public key
Joern> entry for my home machine there, but the log in fails - it
Joern> executes the forced command /usr/local/bin/cvs server even
Joern> before it gets to the RSA challenge:
That's because, according to your authorized_keys file, you (either
yourself or the sourcemasters) have restricted you to running
/usr/local/bin/cvs with the "command=" directive. You're going to
need to get someone else to deposit your public key there for you.
Ben