Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created April 10, 2018 16:21
Show Gist options
  • Select an option

  • Save alexishida/7cb8cfaec550f4abe2e5bea3ec466069 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/7cb8cfaec550f4abe2e5bea3ec466069 to your computer and use it in GitHub Desktop.
Habilitando ssh como root
# Link Referência
https://www.vivaolinux.com.br/topico/Acesso-remoto-OpenSSH-SSH-VNC-RDP-Telnet-TeamViewer-etc./Permission-denied-apenas-com-conexao-root-via-ssh
Para habilitar o acesso ssh root:
Edite o arquivo
pico /etc/ssh/sshd_config
Edite a linha (ou adicione se não tiver)
PermitRootLogin without-password
Para
PermitRootLogin yes
Reinicie o ssh e pronto.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment