Hi, everyone. I wrote a simple bash script to alert me when anyone logs into my CentOS Linux server. It simply sends me an email with the username for the account that logged in, the hostname of the server, the date and time, and the IP recorded in the SSH_CONNECTION environment variable. I realize that, as a security measure, it's very weak, but I plan on expanding it. yesterday, I logged in from a new location, resumed a screen session, and proceeded to create a new window. My script reported the new IP upon the initial login, but, when I created the new screen window, it sent the IP that was recorded when I first created the screen session. Do you know of a way to force screen to update the SSH_CONNECTION environment variable when a new window is created? Is there a better place/way to find the IP of the current SSH session? Do you know of a free tool that can report account logins as they happen and send emails and or text messages? Thank you! Jad Wauthier