Change SSH Port
Change SSH Port
sudo nano /etc/ssh/sshd_configChange Port Number
Restart SSH
For the configuration changes to take effect, restart the SSH service. Run the following command:
sudo service ssh restartReference
Last updated