Search Criteria
Package Details: pam-ssh-agent 0.9.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pam-ssh-agent.git (read-only, click to copy) |
|---|---|
| Package Base: | pam-ssh-agent |
| Description: | PAM module for ssh-agent based authentication |
| Upstream URL: | https://crates.io/crates/pam-ssh-agent |
| Licenses: | MIT |
| Submitter: | kenshaw |
| Maintainer: | kenshaw |
| Last Packager: | kenshaw |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-08-06 21:46 (UTC) |
| Last Updated: | 2025-09-25 19:16 (UTC) |
Dependencies (3)
- pam (pam-selinuxAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, doas-sudo-shim-vAUR, sudo-selinuxAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
Latest Comments
kenshaw commented on 2025-08-06 21:58 (UTC)
The pam_ssh_agent_auth codebase seems to no longer be maintained, so created this one for the Rust written package at https://crates.io/crates/pam-ssh-agent
This should be a drop in replacement for pam_ssh_agent_auth, just change pam entries like the following:
auth sufficient pam_ssh_agent_auth.so file=~/.ssh/authorized_keys
to:
auth sufficient pam_ssh_agent.so file=~/.ssh/authorized_keys
You can then remove the pam_ssh_agent_auth package.