Secure your SSH access
Create New Account
$ adduser admin1 --home /var/www
Add New Account as Sudoers
$ nano /etc/sudoers
Disable root account
$ nano /etc/ssh/sshd_config
Change root login PermitRootLogin yes change to PermitRootLogin no Change SSH port Port 22 change to...
a-ndy.dev1 min read