To do this, you must first change the Port variable in the main ssh daemon configuration file ( /etc/ssh/sshd_config ). For example, to make it work on port 2211:
Port 2211
After this you need to restart the ssh daemon:
/etc/init.d/ssh restart
To do this, you must first change the Port variable in the main ssh daemon configuration file ( /etc/ssh/sshd_config ). For example, to make it work on port 2211:
Port 2211
After this you need to restart the ssh daemon:
/etc/init.d/ssh restart