soatechnology.net
when user login through terminal, automatically an email send to owner
$ sudo apt-get update $ sudo apt install mailutils $ sudo systemctl restart postfix Put the following in /etc/profile: if [ -n “$SSH_CLIENT” ]; then TEXT=”$(date): ssh login …