From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 17:16:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F389E16A4CE for ; Thu, 3 Feb 2005 17:16:21 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2660A43D48 for ; Thu, 3 Feb 2005 17:16:20 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so251729rne for ; Thu, 03 Feb 2005 09:16:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Vx9jWZ9fKzFLn+DzHyplJyGuIi3pdZIUqWqqfXFl/nTj9NvcpUijgMO+P262C/2An8N80f/Sb6Jw/dwozqQn6kQ8ig6bNGi5hddCNOT70L9oljY3Iu4VVO6IbFuIBFeU/g5py9f2GdWVsMyMxXUg56Jcwx+jwvrJXajzdnuaAOE= Received: by 10.38.207.15 with SMTP id e15mr49037rng; Thu, 03 Feb 2005 09:16:18 -0800 (PST) Received: by 10.38.74.23 with HTTP; Thu, 3 Feb 2005 09:16:18 -0800 (PST) Message-ID: Date: Thu, 3 Feb 2005 18:16:18 +0100 From: Gert Cuykens To: Kevin Kinsey In-Reply-To: <42025BB9.8040100@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42025BB9.8040100@daleco.biz> cc: freebsd-questions@freebsd.org Subject: Re: netstat -f inet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 17:16:22 -0000 On Thu, 03 Feb 2005 11:13:29 -0600, Kevin Kinsey wrote: > Gert Cuykens wrote: > > >Can you see all ssh conections when you do netstat -f inet ? > > > > > > Probably, in most common configurations, > unless they're on the loopback interface. > > >What protocol does ssh uses ? is it tcp ? > > > > > > Yes. > > Kevin Kinsey > thx