Change SSH Port
sudo nano /etc/ssh/sshd_config
Change Port Number
For the configuration changes to take effect, restart the SSH service. Run the following command:
sudo service ssh restart
https://phoenixnap.com/kb/change-ssh-portarrow-up-right
Last updated 2 years ago