From owner-freebsd-questions Thu Aug 31 10: 7:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heinz.jollem.com (c187104187.telekabel.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id B539B37B42C for ; Thu, 31 Aug 2000 10:07:34 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.9.3/8.9.3) id TAA02956; Thu, 31 Aug 2000 19:06:42 +0200 (CEST) (envelope-from ernst) Date: Thu, 31 Aug 2000 19:06:42 +0200 From: Ernst de Haan To: Jarrad DeMaria VP-Operations Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh Freebsd 4.1 Message-ID: <20000831190642.D2741@c187104187.telekabel.chello.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jdemaria@digitalpaths.com on Wed, Aug 30, 2000 at 07:08:05PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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