From owner-freebsd-questions@FreeBSD.ORG Tue Apr 13 07:49:03 2004 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 025ED16A4CE for ; Tue, 13 Apr 2004 07:49:03 -0700 (PDT) Received: from prserv.net (asmtp1.prserv.net [32.97.166.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6B143D55 for ; Tue, 13 Apr 2004 07:49:02 -0700 (PDT) (envelope-from yann.luppo@attglobal.net) Received: from razor (130.wf21.bltm.wswdc01r18.dsl.att.net[12.103.21.130]) by prserv.net (asmtp1) with SMTP id <2004041314490125105e3i3ve> (Authid: yann.luppo@attglobal.net); Tue, 13 Apr 2004 14:49:01 +0000 Message-ID: <01b601c42134$3f55a550$0f01a8c0@razor> From: "RazorOnFreeBSD" To: "Kevin D. Kinsey, DaleCo, S.P." References: <003201c420b4$758c7d40$0f01a8c0@razor><407B2C73.6000809@daleco.biz> <004d01c420b8$e98d7650$0f01a8c0@razor> <407B4E31.3070502@daleco.biz> <013001c42121$c9732360$0f01a8c0@razor> <407BFB83.800@daleco.biz> Date: Tue, 13 Apr 2004 10:49:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: ssh Connection refused 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: Tue, 13 Apr 2004 14:49:03 -0000 Ok Kevin, I really would like to thank you for your help and your time. I restarted the process as you told me and now it works.... Kind of silly since I've rebooted my computer many times to restart the ssh daemon! Oh well at least now I know how to restart a process ! :D Thanks again. razor. ----- Original Message ----- From: "Kevin D. Kinsey, DaleCo, S.P." To: "RazorOnFreeBSD" Cc: Sent: Tuesday, April 13, 2004 4:38 PM Subject: Re: ssh Connection refused > RazorOnFreeBSD wrote: > > >----- Original Message ----- > >From: "Kevin D. Kinsey, DaleCo, S.P." > >To: "RazorOnFreeBSD" > >Cc: > >Sent: Tuesday, April 13, 2004 4:19 AM > >Subject: Re: ssh Connection refused > > > > > >Thanks for the ps / grep information. > >In my rc.conf file, I already set the firewall type on "OPEN", so the "ipfw > >show" outputs are (with rl0 = OIF and dc0 = IIF) : > > > > > > > > > >here are samples of "netstat -anf inet" outputs : > > > > > > > > > >Do you think the sshd daemon could be altered itself .... I mean could have > >a behaviour it isn't suppose to have because of the forced shutdown ??? > > > >Thanks > > > >razor. > > > > > > I guess anything is somewhat possible. I'm just > looking for the most likely stuff first ... > > Can you "ssh youraccount@localhost" ? > > What about tcpwrappers? What is in /etc/hosts.allow? > > Tried rebooting or HUPing the daemon? > > #/bin/kill -HUP 93 > > (or whatever the current PID is for /usr/sbin/sshd) > > Kevin Kinsey >