General

Gallery Widget

Permit root login SSH Ubuntu

By default SSH doesn't allow root logins for Ubuntu. To enable root login run the following command: sudo nano /etc/ssh/sshd_config Under the Authentication section find the following: PermitRootLogin prohibit-password And…

Continue reading
0 Comments