cipi
cipi copied to clipboard
ssh with root is still available
Cipi didn't disable root ssh account, so I can still connect as root user.
I have noticed it doesn't disable the root access in some providers and works fine in others, anyway you can disable it manually by the following:
sudo nano /etc/ssh/sshd_config
and change the PermitRootLogin yes to PermitRootLogin no
You dont need to disable it, just use strong long password. There is brute force protection that is built in that will block ip after 10 failed attempts anyways.