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/25/2001 05:59:40
On Thu, Oct 25, 2001 at 07:52:53AM +0200, Piotr Stolc wrote:
> On Wed, Oct 24, 2001 at 11:15:41PM +0000, Jim Breton wrote:
> > 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.
> 
> Or, better, toggle off suid from /usr/bin/ssh binary.

It was already non-suid... it was still able to use a priv port though
because I was running it as root.  (Yes I should run it with group wsrc,
just being lazy.:)

While I'm here, I may as well correct my mistake from my last message...
should have been "UsePrivilegedPort no".