Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 15:18:22 +0200
From:      Hexren <me@hexren.net>
To:        freebsd-newbies@freebsd.org
Cc:        Brad <darb@canada.com>
Subject:   Re: remote logon
Message-ID:  <94549111.20041023151822@hexren.net>
In-Reply-To: <20041022183211.5399.h001.c009.wm@mail.canada.com.criticalpath.net>
References:  <20041022183211.5399.h001.c009.wm@mail.canada.com.criticalpath.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94549111.20041023151822>