So bekommt Ihr eine Benachrichtigung per eMail, wenn sich jemand per SSH einloggt:
nano /etc/profile if [ -n "$SSH_CLIENT" ]; then TEXT="ALERT - Shell Access (homeserver) on: $(date): ssh login to ${USER}@$(hostname -f) from $(echo $SSH_CLIENT|awk '{print $1}')" echo $TEXT|mail -s "Alert: SSH Login to ${USER}@$(hostname -f) from $(echo $SSH_CLIENT|awk '{print $1}')" deine@emailadresse.de fi
Pingback: Benachrichtigung Bei Ssh Login - Find Official Login | LoginWiz