How to change default SSH port on Ubuntu server
The default port of SSH is 22. To secure SSH more we need to change the port . This blog helps you how to change default SSH port on Ubuntu servers. 1. Switch as root user $sudo su – [sudo] password for user: 2. Open ssh configuration file #vim /etc/ssh/sshd_config 3. Change the line (Here… Read More »