Change ssh port for linux centos cpanel
login in putty via ssh with ips and root password put this command : nano /etc/ssh/sshd_config If your server does not allow direct root logins to SSH, log in as your wheel user and use the su command to become the root user. For example: 1 2 3 [email protected] [~]# su – Password: [email protected] [~]# Make a backup of the sshd_config […]
Continue Reading