Current location - Quotes Website - Team slogan - How does ubuntu view ssh ports?
How does ubuntu view ssh ports?
There is an ssh_config file under etc/ssh.

Open with vim or vi.

There is a port in it, which is an open port of ssh.

If there is a # sign in front of it, the default port is used.

If you don't want to use the default port, just remove the points and write.

Note: The port must be straight and there must be no spaces.