Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

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

Category: Security

Limit SSH access—a security tweak—on an Ubuntu VPS—edit /etc/ssh/sshd_config:
AllowUsers user1 user2
restart:
systemctl restart ssh
On Vultr test with
ssh user3@ip
—expect denial Secures hosting—restricts CLI access to approved users

Back to All Tips