How to Disable cPHulk Brute Force Protection? 1) connect your VPS with cPanel via SSH. 2) Run the following command to disable cPHulk for 5 minutes /usr/local/cpanel/etc/init/stopcphulkd 3) cPHulkD will stop until chksrvd starts it back up again within 8 minutes. 4) Enable before chksrvd starts its back up, run the following command /usr/local/cpanel/etc/init/startcphulkd cPHulk Brute […]
See MoreTag: SSH
SSH with private key authentication
How to Add ssh user on linux server ? Ans: You can use the putyykey generator and generate the ssh key for the user and copy into the local computer.You can download the puttykey generator from the URL http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe The following are the steps for creating ssh user with the authentication :- #adduser test #passwd […]
See MoreEmail when access the server
Email when access the server It’s always a good practice & from the security point of view to get notified instantly through an email when someone logs into your server through SSH with root privileges. Open the file .bashrc for the root user. Vi /root/.bashrc enter the following code into echo ‘SSH Root Access (Your […]
See More