mirror of
https://github.com/stylersnico/ssh-login-alert-telegram.git
synced 2026-06-04 16:18:24 +02:00
6 lines
142 B
Bash
6 lines
142 B
Bash
#!/usr/bin/env bash
|
|
echo "
|
|
#!/usr/bin/env bash
|
|
# Log connection
|
|
sh /opt/ssh-login-alert-telegram/alert.sh" > /etc/profile.d/telegram-alert.sh
|