Grant Password, root access via SSH
cd /etc/ssh/sshd_config
file:
-
To enable password authentication, uncomment
#PasswordAuthentication yes
-
To enable root login, uncomment
#PermitRootLogin yes
-
To enable SSH key login, uncomment
#PubkeyAuthentication yes #AuthorizedKeysFile .ssh/authorized_keys
No Comments