No mínimo, uma raiz de login através do console DO (veja aqui para instruções) e faça
chmod 700 /root/.ssh
chmod 600 /root/.ssh/authorized_keys
(em outras palavras, defina os direitos de acesso de /root/.ssh
a rwx------
e /root/.ssh/authorized_keys
a rw-------
. O SSH não confiará no arquivo se puder ser acessado por outros usuários.
Você também pode ter que definir os direitos de acesso corretos para os arquivos em / etc / ssh:
-rw-r--r-- 1 root root 300261 Aug 11 2016 moduli
-rw-r--r-- 1 root root 1830 Sep 19 2016 ssh_config
-rw------- 1 root root 672 Oct 2 2016 ssh_host_dsa_key
-rw-r--r-- 1 root root 605 Oct 2 2016 ssh_host_dsa_key.pub
-rw------- 1 root root 227 Oct 2 2016 ssh_host_ecdsa_key
-rw-r--r-- 1 root root 177 Oct 2 2016 ssh_host_ecdsa_key.pub
-rw------- 1 root root 411 Oct 2 2016 ssh_host_ed25519_key
-rw-r--r-- 1 root root 97 Oct 2 2016 ssh_host_ed25519_key.pub
-rw------- 1 root root 1675 Oct 2 2016 ssh_host_rsa_key
-rw-r--r-- 1 root root 397 Oct 2 2016 ssh_host_rsa_key.pub
-rw-r--r-- 1 root root 338 Sep 19 2016 ssh_import_id
-rw-r--r-- 1 root root 2598 Sep 19 2016 sshd_config