[CentOS] Signing In Other than Root

Tue Jan 5 13:26:11 UTC 2010
John Doe <jdmls at yahoo.com>

From: Susan Day <suzieprogrammer at gmail.com>
>How do I make it so that it's impossible to SSH into the server directly as root? That is, make it necessary to SSH in as an ordinary user and then su to root?

Google says:

  /etc/ssh/sshd_config:
    PermitRootLogin no

JD