From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 17:13:32 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 5188016A4CE for ; Thu, 3 Feb 2005 17:13:32 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D439043D2F for ; Thu, 3 Feb 2005 17:13:31 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 3 Feb 2005 11:13:24 -0600 Message-ID: <42025BB9.8040100@daleco.biz> Date: Thu, 03 Feb 2005 11:13:29 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gert Cuykens References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Feb 2005 17:13:25.0129 (UTC) FILETIME=[ABB41790:01C50A13] cc: freebsd-questions@freebsd.org Subject: Re: netstat -f inet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 17:13:32 -0000 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