bjl wrote:
vonskippy wrote:
*snip worthless dribble*
that was quite the helpful post, vonskippy.

to the OP: if you're already logged in as root, you can change the password the same as you would when logged in as any other user:
Code:
passwd
You can disable direct root login in ssh config:
Code:
> grep Root /etc/ssh/sshd_config
PermitRootLogin no
Don't forget to look into sudoers list (wheel).
Don't forget to make sure that everything works before disconnecting your root session.
Don't forget, if it all goes utterly wrong, use Linode website to get energency root terminal.