Welcome to Day 3 of 100 Days of DevOps Practical Learning! 🚀
In this tutorial, we’ll learn how to secure root SSH access on a Linux server.
Direct root login is a big security risk, and in this video, we’ll disable it step by step and switch to using a non-root user with sudo privileges.
👉 What you’ll learn in this video:
Why direct root SSH login is dangerous
How to disable root SSH login
How to configure /etc/ssh/sshd_config
How to restart SSH and test secure login
Best practices for Linux server security
📌 Commands Used:
sudo nano /etc/ssh/sshd_config
PermitRootLogin no
sudo systemctl restart sshd
⚡ Follow the series: 100 Days of DevOps Practical Learning
Day 1: • Day 1: Linux User Setup with Non-Interacti...
Day 2: • Day 2: Temporary User Setup with Expiry | ...
Day 3: Secure Root SSH Access (this video)
Day 4: Coming soon!
If you find this helpful, don’t forget to Like 👍, Share ↗️, and Subscribe 🔔 for daily DevOps practicals!
#DevOps #Linux #100DaysOfDevOps #ServerSecurity #SSH