Subject: Re: Updating src via cvs/ssh
To: None <netbsd-users@netbsd.org>
From: Jim Breton <jamesb-netbsd@alongtheway.com>
List: netbsd-users
Date: 10/24/2001 23:15:41
On Wed, Oct 24, 2001 at 09:30:27PM +0000, Jim Breton wrote:
> Secure connection to anoncvs.netbsd.org refused.
> cvs [update aborted]: end of file from server (consult above messages if
> any)

I got it working.  The problem was that ssh was using a privileged port
and my firewall rules wouldn't allow outbound tcp except from a few
certain ports.  I added "PrivilegedPorts no" to ssh.conf and all is
well.