Guide on changing SSH port and opening new port
1.) Check the port to be used if its already in use or not: netstat -nap | grep port# 2.) Open the port to be used: - if using CSF, add the port on "Firewall Configuration", put it on TCP_IN and TCP_OUT, restart CSF. - you may use iptables manually: iptables -A INPUT -p tcp –dport port# -j ACCE...
Continue reading ...