Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: Security
/etc/pam d/sshd
:session optional pam_exec.so /usr/local/bin/notify.sh
#!/bin/bash\necho \"Login: $PAM_USER\" | mail -s \"SSH Alert\" admin@email.com