pam_ssh_agent_auth
pam_ssh_agent_auth copied to clipboard
Moving pam_ssh_agent_auth to github as primary development location
I'm running the same pam_ssh_agent_auth configuration across a number of RH derived systems: Centos7. Centos8 Stream, Centos9 Stream, Fedora. This configuration works on all of them, except for C9S, and...
It would be nice to support "User CA's". https://man.openbsd.org/ssh-keygen#CERTIFICATES There's already [pam_ussh](/uber/pam-ussh) but it's more dependencies than integrating it with this project.
We ran into problems using this module when running in FIPS mode. MD5 is not allowed with FIPS and in general probably not a good idea to use for key...
Fixed compile on macOS 12. Also fixed spurious "Your OpenSSL headers do not match your library" which was happening on macOS and Linux.
Tested on several versions from 8.8p1 right back to 7.4p1 and on different distros (RHEL, Ubuntu) **Issue:** If you use su - to elevate privileges when using the auth suffucient...
Hi @jbeverly, Recently I had problem with `security/pam_ssh_agent_auth` port on FreeBSD 12.1 with LibreSSL 3.1.4. The port itself compiled fine, but during runtime it gave the following error: ``` sudo:...
@jbeverly, the last release is 0.10.4 but the files README and Makefile.in still mention 0.10.3. I could change those and create a PR but should they be changed to 0.10.4...
I want to install `pam_ssh_agent_auth` in Fedora CoreOS. The installation succeeded with a reminder to reboot though. ``` [core@ip-10-10-8-158 pam_ssh_agent_auth-0.10.3]$ sudo rpm-ostree install pam_ssh_agent_auth Checking out tree 6df95bd... done Enabled...
Hi @jbeverly, Recently I had problem with `security/pam_ssh_agent_auth` port on FreeBSD 12.1 with LibreSSL 3.1.4. The port itself compiled fine, but during runtime it gave the following error: ``` sudo:...