In this post, you will learn how to secure SSH on your Bare Metal Server.
Securing SSH on your server is quick and easy, to secure the server , we would disable direct root login. That could be done via sshd_config file.
Here Protocol 2 needs to be used which is more secure.
Refer the following steps for the same:-
1) vi /etc/ssh/sshd_config
2) Change Protocol 2,1 to Protocol 2
4) PermitRootLogin yes = no
5) Restart SSHD: /etc/rc.d/init.d/sshd restart
Thats it! Your SSH is now secure.
What is Hadoop? Apache Hadoop is an open-source software framework designed for distributed storage and…
What is Microsoft SQL Server? Microsoft SQL Server is a relational database management system (RDBMS)…
Welcome to the wild world of Prometheus monitoring! If you've ever wondered how to make…
What is Zabbix? For seamless IT operations, Zabbix provides real-time monitoring, alerting, and visualization tools.…
Splunk is a cutting-edge data analytics platform designed to search, monitor, and analyze machine-generated data…
What is Oracle Database? Oracle Database is a powerful, multi-model database management system developed by…
This website uses cookies.