Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Security

Enhance SSH security—a login tweak—on an Apache VPS—edit /etc/ssh/sshd_config:
Port 2222\nPermitRootLogin no
restart:
systemctl restart sshd
On DigitalOcean test with
ssh user@ip -p 2222
—expect login Secures hosting—reduces SSH vulnerabilities

Back to All Tips