How to change SSH port number

How to change SSH port number If you want to change your ssh port number other then 22 you can do it by editing sshd_config. Step 1 : Login to your server as Root Step 2 : edit it nano /etc/ssh/sshd_config Step 3 : Search for following line that has : Port 22 Step 4 … Read more