Is there an application that runs on either windows or linux that will monitor remote linux servers for SSH, and FTP connections and display a notice whenever a user is connected?
|
feedback
|
|
You can use a monitoring software like nagios to monitor your server. If you could not find a plugin to do what you want, you can write your own script to check when a user is connected. A command like | |||||||||
feedback
|
|
If remote server is linux and if scalability is not an issue, this could be done on the remote side Install Gmail notifier on your desktop For SSH Add this line under Debian to your "/etc/bash.bashrc" >
For FTP If you are using ProFTPd (default Debian ftp server) you can use ftpmail http://www.proftpd.org/docs/contrib/ftpmail.html that monitors transfer log. | |||
feedback
|
|
You can also try Zabbix Then setup a filter to monitor your ssh auth log for certain users/stations/etc. | ||||
|
feedback
|