On 1/9/07, Jérémy Cluzel <j dot cluzel at online dot fr> wrote:
>
> AFAIK FreeBSD does not enable ssh logging for root.
> Edit /etc/ssh/sshd_config and set PermitRootLogin to yes
> Then restart sshd -> /etc/rc.d/sshd restart
>
That's correct.
Though it'd be a much, much better idea to leave sshd_config as is and
create a user account to use for SSH (make sure you add it to group
wheel so you can su to root). Then I'd install and setup sudo and
never use the root account again unless you have to at the console for
some reason (recovery, generally).
-Chris |