/ Published in: Bash
URL: http://www.arnoldb.com/2009/06/05/keep-an-eye-on-your-ssh-access/
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
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
You need to login to post a comment.
