This tutorial will show you how to disable the direct root login on a computer with Unix/Linux operating system.
To stop the direct root access you must edit the SSH configuration file located at '/etc/ssh/sshd_config'
Open the file with your favorite editor, for example VIM, and locate the 'Authentication' section. There set PermitRootLogin to be 'no' as in the example bellow.

