/ Published in: Bash
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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/