Tag: port
How to change default SSH port
Open sshd config file
vi /etc/ssh/sshd_config
Find and uncomment then change 22 to wished port number
# Port 22
Restart SSH server
service sshd restart
How to open ports on server
The following commands will allow you to open tcp or udp ports on the server.
Before using commands for opening the port please make ensure the specific port is already opend and what is the use of that port.… Read the rest