remote logon
Hexren
me at hexren.net
Sat Oct 23 06:18:28 PDT 2004
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 at freebsd.org mailing list
B> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
B> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe at 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.
More information about the freebsd-newbies
mailing list