SSH Access Email Alert


/ Published in: Bash
Save to your folder(s)

Simply change the email address and add this to the bottom of your .bashrc file in your home directory. You may also want to add this to the .bashrc in the /root directory, and the .profile in /etc to ensure you are notified anytime your server is accessed via SSH.


Copy this code and paste it in your HTML
  1. echo ‘[SSH] – SSH access to SERVERNAME on:’ `date` `who` | mail -s “SSH access from `who | cut -d”(” -f2 | cut -d”)” -f1`” enter_email@address.here

URL: http://www.arnoldb.com/2009/06/05/keep-an-eye-on-your-ssh-access/

Report this snippet


Comments


You need to login to view comments.