Date: Thu, 31 Aug 2000 19:06:42 +0200 From: Ernst de Haan <ernst@jollem.com> To: Jarrad DeMaria VP-Operations <jdemaria@digitalpaths.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh Freebsd 4.1 Message-ID: <20000831190642.D2741@c187104187.telekabel.chello.nl> In-Reply-To: <GJEPKEAINPJNBDIKMAFKMEOECAAA.jdemaria@digitalpaths.com>; from jdemaria@digitalpaths.com on Wed, Aug 30, 2000 at 07:08:05PM -0700 References: <GJEPKEAINPJNBDIKMAFKMEOECAAA.jdemaria@digitalpaths.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Make sure your firewall, if any, doesnt block the port, so include something like this in your firewall script (/etc/rc.firewall): # Allow access to SSH ${fwcmd} add pass tcp from any to ${oip} 22 If you don't have a firewall installed, this is ofcourse no problem. Ernst Jarrad DeMaria VP-Operations wrote: > Hello, > > I have put sshd_enable="YES" in my rc.conf file and I am unable to get ssh > running. Is there anything else I am missing? > > Thanks.. > > Jarrad DeMaria > VP-Operations/Senior Programmer > Digital Paths > http://www.digitalpaths.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?20000831190642.D2741>