That isn't an entirely true statement. The purpose in not using telnet as root is because Telnet is an unsecured plain-text connection. Someone with very little effort could easily sniff out the root user and password. SSH uses an encrypted connection, therefore, there is no danger in using root. It is just as easy to sniff the initial login as it is to sniff the "su root" and password if typed from the console in a telnet connection. The moral of the story is to not use telnet unless you are in a trusted environment and SSH is not an option, other than that, always use SSH.