On a production server, authorized login can come from any networked computer. Therefore, it is important to have tight control over users who are allowed to connect server via OpenSSH server.
How do I configure pam_access?
You need to edit following files:
1. */etc/pam.d/sshd* – Linux PAM configuration file. 2. */etc/security/access.conf * – By default [...]
