Date: Fri, 28 Apr 2000 10:12:27 -0500 From: Glenn Johnson <gjohnson@nola.srrc.usda.gov> To: Noor Dawod <noor@comrax.com> Cc: questions@FreeBSD.ORG Subject: Re: OpenSSH and FreeBSD Message-ID: <20000428101227.A47418@symbion.srrc.usda.gov> In-Reply-To: <AJEKICLEDNDCBKDJGHGFKEMCCHAA.noor@comrax.com>; from noor@comrax.com on Fri, Apr 28, 2000 at 05:41:54PM %2B0200 References: <20000428093210.B46347@node1.cluster.srrc.usda.gov> <AJEKICLEDNDCBKDJGHGFKEMCCHAA.noor@comrax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> Is sshd running on the remote? On Fri, Apr 28, 2000 at 05:41:54PM +0200, Noor Dawod wrote: > No, it is being run from the inetd. It has always been like this. Not on my systems. From /etc/rc: ----- case ${sshd_enable} in [Yy][Ee][Ss]) if [ -x ${sshd_program:-/usr/sbin/sshd} ]; then echo -n ' sshd'; ${sshd_program:-/usr/sbin/sshd} ${sshd_flags} fi ;; esac ----- Before openSSH was integrated into FreeBSD, I used the ssh port. Then sshd was started from a script in /usr/local/etc/rd.d, not from inetd. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@nola.srrc.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000428101227.A47418>