From owner-freebsd-questions Thu Feb 15 2:48:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 8562437B401 for ; Thu, 15 Feb 2001 02:48:45 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f1FAmeo21760; Thu, 15 Feb 2001 23:48:40 +1300 (NZDT) (envelope-from dan@langille.org) Message-Id: <200102151048.f1FAmeo21760@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: Edwin Groothuis Date: Thu, 15 Feb 2001 23:48:38 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: verifying that a cvs ssh connections Reply-To: dan@langille.org Cc: questions@freebsd.org In-reply-to: <20010215112349.P62745@d9168.upc-d.chello.nl> References: <200102150826.f1F8QEo21324@ns1.unixathome.org>; from dan@langille.org on Thu, Feb 15, 2001 at 09:26:13PM +1300 X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15 Feb 2001, at 11:23, Edwin Groothuis wrote: > On Thu, Feb 15, 2001 at 09:26:13PM +1300, Dan Langille wrote: > > I've been reading > > > > http://cvsbook.red-bean.com/cvsbook.html#Accessing_A_Repository > > > > and trying out the ssh options for accessing a remote repository. Apart > > from sniffing the packets along the way, is there some method (e.g > > netstat or sockstat) of verifying that the process is being conducted via > > ssh? > > Do you want a general thing or a "let's check it if this really works?" ? I want to know that, yes, I've set it up and its using ssh. > I could think of: > - disabling the cvspservice and seeing if you still could access the repository. > - disabling the sshd and seeing if you still could access the repository. Tried that. And yes, i could access the repo. $ CVS_RSH=ssh; export CVS_RSH $ cvs login (Logging in to dan@cvs.example.org) CVS password: $ cvs co scripts cvs server: Updating scripts ...etc damn... I've done something wrong somewhere... sshd isn't running on the firewall and it isn't running on the cvs server which is behind the firewall. > - check the logfiles of sshd on the repository machine > - fizzling around with ipfw-rules to disable any cvspserver-port-traffic Thanks. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message