From owner-freebsd-questions Tue May 16 18:49: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 2E26937B8D5 for ; Tue, 16 May 2000 18:49:04 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA59130; Tue, 16 May 2000 21:48:41 -0400 (EDT) (envelope-from cjc) Date: Tue, 16 May 2000 21:48:41 -0400 From: "Crist J. Clark" To: Andrew Hayford Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH install probelm Message-ID: <20000516214841.D58707@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <39215563.57F442C@usvisanews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39215563.57F442C@usvisanews.com>; from andrew@usvisanews.com on Tue, May 16, 2000 at 10:04:19AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 16, 2000 at 10:04:19AM -0400, Andrew Hayford wrote: > Greetings: > > I decided to download the newest version of openssh, compile, and > install on my Freebsd 3.4 box. I was planning to start the sshd from > rc.local. However, I started the daemon from the command line with no > options and when I try to connect to the box with an ssh client, I get > an error message. It seems to start the > connection as it transmits the key and asks for a pw. However, once the > pw is entered it gives the error "no modules loaded for `sshd' service". > > Can anyone tell me what else I need to do to gett the sshd running? The > client works fine. Thanks. Does not sound like you built it from the ports? My psychic powers make me wonder about PAM issues with the little info I have to go on. Try running the server, # sshd -d And also run the client on the other machine, $ ssh -v server.machine If you can't figure it out, send the debug output it here. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message