Re: remote logon
From: Hexren (me_at_hexren.net)
Date: 10/23/04
- Previous message: Brad: "remote logon"
- In reply to: Brad: "remote logon"
- Next in thread: Olaf Hoyer: "Re: remote logon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 23 Oct 2004 15:18:22 +0200 To: freebsd-newbies@freebsd.org
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.
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Brad: "remote logon"
- In reply to: Brad: "remote logon"
- Next in thread: Olaf Hoyer: "Re: remote logon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|