| Name: | pam_ssh_user_auth |
|---|---|
| Version: | 1.0 |
| Release: | 4.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 74859 |
| License: | GPLv3+ |
| RPM: | pam_ssh_user_auth-1.0-4.el8.aarch64.rpm |
| Source RPM: | pam_2fa-1.0-4.el8.src.rpm |
| Build Date: | Thu Mar 19 2020 |
| Build Host: | ca-buildarm05.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://cern-cert.github.io/pam_2fa/ |
| Summary: | PAM module to help with SSH_AUTH_INFO_0 |
| Description: | pam_ssh_user_auth checks the value of SSH_AUTH_INFO_0 and will return success if is non-empty and failure if it is. It can be used to skip other PAM authentication methods with a configuration like: auth [success=1 ignore=ignore default=die] pam_ssh_user_auth.so auth substack password-auth |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Use openssh's upstream SSH_AUTH_INFO_0 except on EL7
- Initial package