Why does linux change the default port of ssh? You can still use the original default port.
Linux remote port modification method 1, modify the sshd_config file vi /etc/ssh/sshd-config and add the port at the end-this port is the one you want to modify. 2. Restart sshd service to service sshd restart.