savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers] Re: File upload problems for user "jay" and proje


From: Jaime E. Villate
Subject: Re: [Savannah-hackers] Re: File upload problems for user "jay" and project "findutils".
Date: Tue, 27 May 2003 09:17:49 +0100
User-agent: Mutt/1.2.5i

On Mon, May 26, 2003 at 09:44:15PM +0200, Mathieu Roy wrote:
> 
> Hi, it's probably unclear in the documentation but GNU packages does
> not have a download area on savannah but the usual area on
> ftp.gnu.org.
> If you cannot access it, you should write to address@hidden
> 
...
> Does you access to CVS repositories is ok, aside from that?

The output of the scp command that James sent us shows that his computer is
trying to access Savannah using SSH protocol 2, which will fail and he should
not be able to access the Savannah CVS repository either.

He needs to append the following lines to his file ~/.ssh/config file:

Host savannah.gnu.org
Protocol 1
Host savannah.nongnu.org
Protocol 1

If he wants to access Savannah using another alias, such as sv.gnu.org, in the
config file there should be another Host section for that alias setting
Protocol 1 as the default for that server.

Regards,
Jaime




reply via email to

[Prev in Thread] Current Thread [Next in Thread]