From owner-freebsd-questions Sun Mar 2 13: 8:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B91237B401 for ; Sun, 2 Mar 2003 13:08:30 -0800 (PST) Received: from fire.org.nz (firewall.fire.org.nz [203.97.144.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B093343F93 for ; Sun, 2 Mar 2003 13:08:28 -0800 (PST) (envelope-from andy@fud.org.nz) Received: by homer.fire.org.nz id <119055>; Mon, 3 Mar 2003 10:08:22 +1300 Subject: Re: can't sshd into box From: Andrew Thompson To: Wayne Cc: questions@freebsd.org In-Reply-To: <20030302145643.A26191@etaq.com> References: <20030302145643.A26191@etaq.com> Content-Type: text/plain Organization: Message-Id: <03Mar3.100822nzdt.119055@homer.fire.org.nz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Mar 2003 10:08:35 +0000 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2003-03-02 at 20:56, Wayne wrote: > Dear FreeBSD, > > I have installed 5.0 into a new Dell. I have not set up anything > special yet (no firewall, no natd, etc.). > > I can ssh out to the world, but I can't get into the new box from the > gateway FreeBSD box on the same home network. The gateway box properly > lists the new box in /etc/hosts. Each box can ping the other by name > and by ip. > > I have tried the OpenSSH that came with the system, and I > installed ssh-3.0 , and the result is the same. sshd is running > on the new box. sshd is disabled by default on 5.0, you need to put sshd_enable="YES" in your rc.conf and the startup scripts will take care of creating the keys and starting it. If you installed your own sshd you make need to check that it hasnt overwritten any files for the base version. Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message