Geändert, um Line zu benachrichtigen, wenn die SSH-Anmeldung erfolgreich ist.
--Erstellen Sie einen WebHook mit ifttt
Geben Sie den Befehl curl mit Documentation unter https://ifttt.com/maker_webhooks aus.
vi /etc/ssh/sshrc
sshrc
curl -s -o /dev/null -X POST -H "Content-Type: application/json" -d @- https://maker.ifttt.com/trigger/Veranstaltungsname/with/key/Schlüssel<< EOS
{"value1":"[SSH-Login]Nutzername: $USER, IP: $SSH_CLIENT"}
Das ist okay Beachten Sie jedoch, dass sftp nicht verwendet werden kann, wenn hier eine Standardausgabe für triviale Angelegenheiten vorhanden ist.
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-74-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information disabled due to load higher than 8.0
* Canonical Livepatch is available for installation.
- Reduce system reboots and improve kernel security. Activate at:
https://ubuntu.com/livepatch
0 packages can be updated.
0 updates are security updates.
Last login: Sat Jan 25 15:50:56 2020 from
mirmdock@mirm_dockernode:~$
https://qiita.com/tekitoh/items/8acccb313d6e7a14c2ec https://bacchi.me/linux/ssh-login-alert/