CentOS SSH Port Numarası Değiştirme
First, we must edit the SSHD (SSH server daemon) configuration file. Use your favorite text editor. vi /etc/ssh/sshd_config Add the following code to either the top or the bottom of the configuration file. # SSH Port Port 2124 # the port you want to change it to Next, we'll update the firewall. If you have disabled the firewall, skip...
