From owner-freebsd-current@FreeBSD.ORG Sat Nov 8 23:45:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EF716A4CE for ; Sat, 8 Nov 2003 23:45:04 -0800 (PST) Received: from mighty.grot.org (66-117-150-96.web.lmi.net [66.117.150.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72AC43FE0 for ; Sat, 8 Nov 2003 23:45:03 -0800 (PST) (envelope-from aditya@grot.org) Received: by mighty.grot.org (Postfix, from userid 515) id 7B4CA5D12; Sat, 8 Nov 2003 23:45:03 -0800 (PST) Date: Sat, 8 Nov 2003 23:45:03 -0800 From: Aditya To: current@freebsd.org Message-ID: <20031109074503.GA16180@mighty.grot.org> References: <20031106214343.GA91634@mighty.grot.org> <20031106232921.GB9791@rot13.obsecurity.org> <20031106233148.GA92638@mighty.grot.org> <20031108230158.GA6493@gattaca.yadt.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031108230158.GA6493@gattaca.yadt.co.uk> Subject: Re: ssh port forwarding changed under 5-CURRENT vs. STABLE? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 07:45:04 -0000 On Sat, Nov 08, 2003 at 11:01:58PM +0000, David Taylor wrote: > > > Is something else (e.g. another ssh session) already bound to that port? > > > > nope -- and I've tried all sorts of ports other than 8000 too: > > (I'm assuming you do have a lo0 device with 127.0.0.1) duh! that's exactly it, I didn't have lo0 config'd with 127.0.0.1 -- now that I do, it's fine! Thanks, Adi