I have a Freebsd machine running ssh and I want to be able to log all ssh logins and have that log sent to me via email. I am particularly interested in having invalid su logins sent to me. Please help. Thanks
use tcp_wrapper application to wrap extra security around sshd. And run sshd using inetd instead. tcp_wrapper use /etc/hosts.allow and /etc/hosts.deny files for configuration. Google
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.