Reply To: How do I change the dns setting?

Max2Play Home Forums Max2Play on Raspberry PI How do I change the dns setting? Reply To: How do I change the dns setting?

19. März 2016 at 23:01 #19376

Hmmm ….

To enable SSH login for a root user on Debian Linux system you need to first configure SSH server. Open /etc/ssh/sshd_config and change the following line:
FROM:
PermitRootLogin without-password
TO:
PermitRootLogin yes

Had a look at the file and it doesn’t contain any PermitRootLogin line ???