How to Change Default SSH Port 22 on Ubuntu 16.04
How to Change Default SSH Port 22 on UbuntuĀ 16.04
If you want to change default SSH Port 22 on your Ubuntu Server for Security or any other reason. Itās quite simple. Just edit /etc/ssh/sshd_config file with nano or any other editor.
# sudo nano /etc/ssh/sshd_config
And replace Port 22 with any port number you like and restart SSH server.
# sudo service ssh restart
Thatās it.
View On WordPress












