-
SSH root login from specific hosts
you normally should disable root login via sshd for security reasons. So no one can get access directly to root and login with highest privileges But in some cases root access is needed from management Machines or others.With the following changes in the sshd_config it should work. Setup: open the file /etc/ssh/sshd_config and remove the…