Como habilitar acesso root via SSH
Dica publicada em Linux / Software
Como habilitar acesso root via SSH
No arquivo de configuração do ssh:
# vi /etc/ssh/sshd_config
Alterar a linha:
PermitRootLogin without-password
para:
Em seguida reiniciar o serviço de ssh:
# service ssh restart
# vi /etc/ssh/sshd_config
Alterar a linha:
PermitRootLogin without-password
para:
PermitRootLogin yes
Em seguida reiniciar o serviço de ssh:
# service ssh restart
Building dependency tree
Reading state information... Done
Package openssh-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openssh-sftp-server
E: Package 'openssh-server' has no installation candidate
sabe me dizer oq fazer? eu qria acessar o kali linux pelo putty no meu windows