Search Criteria
Package Details: pam-ssh-agent 0.9.7-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: | 3 |
| Popularity: | 0.134900 |
| First Submitted: | 2025-08-06 21:46 (UTC) |
| Last Updated: | 2026-09-13 02:55 (UTC) |
Dependencies (3)
- pam (pam-selinuxAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-selinuxAUR, run0-sudo-shimAUR, run0-sudo-shim-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR, sudo-selinuxAUR, run0-sudoAUR, voixAUR, voix-binAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
kenshaw commented on 2026-08-21 00:44 (UTC)
@hcartiaux -- thanks, I was not aware of
nvchecker, I'll look into adopting it.hcartiaux commented on 2026-08-21 00:16 (UTC) (edited on 2026-08-21 00:16 (UTC) by hcartiaux)
Please do not push your update.sh script to the repository.
I think what you want to do is to use nvchecker and pkgctl.
See https://wiki.archlinux.org/title/Creating_packages#New_upstream_releases
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.