Bilgi Merkezi
Ana sayfa > Bilgi Merkezi > English > cPanel > General > Enable SSH and WHM login Alert emails
Enable SSH and WHM login Alert emails
We can enable SSH and WHM login alerts to your email accounts. For security reason, it is necessary to enable these options. Use this security knowledge base to configure security options.
Enable SSH and WHM login Alert emails
You can enable this option in CSF firewall configuration.
/etc/csf/csf.conf
WHM >> Plugins >> ConfigServer Security&Firewall > csf – ConfigServer Firewall”.
Just click the “Firewall Configuration”
# Send an email alert if anyone accesses WHM via root. An IP address will be
# reported again 1 hour after the last tracked access (or if lfd is restarted)
LF_CPANEL_ALERT = “1″
Login to your server as root user
cd /root
vi .bashrc
Scroll to the end of the file then add the following:
echo ‘ALERT – Root Shell Access (YourserverName) on:’ `date` `who` | mail -s “Alert: Root Access from `who | cut -d”(” -f2 | cut -d”)” -f1`” you@yourdomain.com
Replace YourServerName with the handle for your actual server
Replace you@yourdomain.com with your actual email address
Save that file.