Notifikasi Login Ke SSH & WHM

Friday, 19 April 2013

Berikut langkah-langkah untuk membuat email notifikasi pada saat login ke ssh ataupun ke WHM:

Notifikasi login ke SSH

  1. Login ke server atau su ke root
  2. cd /root
  3. pico .bashrc
  4. Pada baris ahir, tambahkan code dibawah ini:

    echo 'ALERT - Root Shell Access (hostnameserver) on:' `date` `who` | mail -s "Alert: Root Access from `who | cut -d"(" -f2 | cut -d")" -f1`" anda@namadomain.com

    Ubah hostnameserver dengan nama hostname server Anda.

  5. Crtl + X  then Y

Selesai, dan untuk mencoba apa sudah berjalan, logout dan coba login ssh kembali, dan cek email Anda.

Notifikasi login ke WHM

Untuk login root WHM, bisa dilakukan langsung mengedit file konfigurasi CSF /etc/csf/csf.conf melalui SSH atau melalu WHM.

  1. WHM >> Plugins >> ConfigServer Security&Firewall > csf – ConfigServer Firewall. 
  2. Firewall Configuration
  3. LF_CPANEL_ALERT = "1"
  4. Restart service CSF