By default, the SSH port is set to 22. Locate the following line in the file /etc/ssh/sshd_config: #Port 22 Remove # and change 22 to your desired port number. Though make sure you do not... Read More
Disable 2 factor authentication via ssh on a cPanel
To disable it via command line, ssh to the server and run this command: whmapi1 twofactorauth_disable_policy This turns two-factor auth off. However, it does not delete the current two-factor setups. So before you turn two-factor... Read More