From owner-freebsd-newbies@FreeBSD.ORG Sat Oct 23 13:18:28 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5517D16A4CE for ; Sat, 23 Oct 2004 13:18:28 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6C143D41 for ; Sat, 23 Oct 2004 13:18:25 +0000 (GMT) (envelope-from me@hexren.net) Received: from pd9e46f01.dip.t-dialin.net ([217.228.111.1] helo=hexren) by helium.webpack.hosteurope.de with asmtp (Exim 4.34) id 1CLLmp-0002sS-Og; Sat, 23 Oct 2004 15:18:23 +0200 Date: Sat, 23 Oct 2004 15:18:22 +0200 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <94549111.20041023151822@hexren.net> To: freebsd-newbies@freebsd.org In-Reply-To: <20041022183211.5399.h001.c009.wm@mail.canada.com.criticalpath.net> References: <20041022183211.5399.h001.c009.wm@mail.canada.com.criticalpath.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-HE-MXrcvd: no cc: Brad Subject: Re: remote logon X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 13:18:28 -0000 B> I just completed install of 5.2.1 and am trying to logon remotely via SSH and keep getting access B> denied. B> My password is correct, because I can log onto the box directly. B> Any ideas? B> _______________________________________________ B> freebsd-newbies@freebsd.org mailing list B> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies B> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" --------------------------------------------- are you trying to log on as "root" ? That is forbidden by default. you must change the parameter "PermitRootLogin" from no to yes in the sshd conf file (which is located at /etc/ssh/sshd_conf/) btw: it is a bad habit to remotely log in as root, it is considered to be more secure if you log on as unprivileged user and then "su - root" to become the superuser.