From owner-freebsd-security Fri Sep 11 00:30:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25283 for freebsd-security-outgoing; Fri, 11 Sep 1998 00:30:58 -0700 (PDT) (envelope-from owner-freebsd-security@FreeBSD.ORG) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25278 for ; Fri, 11 Sep 1998 00:30:57 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id AAA20266; Fri, 11 Sep 1998 00:30:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Graphic Rezidew cc: freebsd-security@FreeBSD.ORG Subject: Re: sshd In-reply-to: Your message of "Fri, 11 Sep 1998 01:13:12 CDT." <35F8BF78.4C32DBEF@rezidew.net> Date: Fri, 11 Sep 1998 00:30:48 -0700 Message-ID: <20262.905499048@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ok, now I am just a little bit concerned about this ( maybe I'm over > looking something > that's REALLY obvious) . I installed the ssh port from 2.2.5 I had set You are, don't worry. :) > up tcp wrappers > and noticed that none of the rules for ssh were working so I took the Because you have your files in the wrong place - if you read the man page for tcpd, you'll see that the permission files live in /usr/local/etc/hosts.* > line for it out > of /etc/inetd.conf. The next day I noticed that a 'netstat -a' revealed > that sshd was > running on port 22 of my machine. I have done "grep ssh /etc/*" and come Which isn't started from inetd.conf. It's started from /usr/local/etc/rc.d/ when the system boots; nothing rogue about it. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message