Date: Fri, 11 Sep 1998 09:12:13 +0200 (SAST) From: Matthew West <mwest@cs.uct.ac.za> To: Graphic Rezidew <rezidew@rezidew.net> Cc: freebsd-security@FreeBSD.ORG Subject: Re: sshd Message-ID: <Pine.BSF.3.96.980911090753.3316C-100000@gimli.cs.uct.ac.za> In-Reply-To: <35F8BF78.4C32DBEF@rezidew.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Sep 1998, Graphic Rezidew wrote: > looking something that's REALLY obvious) . I installed the ssh port from > 2.2.5 I had set up tcp wrappers and noticed that none of the rules for > ssh were working so I took the line for it out of /etc/inetd.conf. The sshd runs as a stand alone daemon, it is not called from inetd, so you won't find an entry for it in /etc/inetd.conf. As it's a port, there'll be an "sshd.sh" startup file in /usr/local/etc/rc.d, and it's configuration files will be in /usr/local/etc (not /etc). You'll probably want to look at the "AllowHosts" and "DenyHosts" keywords in sshd_config. --mwest@cs.uct.ac.za http://www.cs.uct.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980911090753.3316C-100000>