pam_rssh

PAM module providing ssh-agent based authentication

Description:

This PAM module provides ssh-agent based authentication. The primary design
goal is to avoid typing password when you sudo on remote servers. Instead,
you can simply touch your hardware security key (e.g. Yubikey/Canokey) to
fulfill user verification. The process is done by forwarding the remote
authentication request to client-side ssh-agent as a signature request.

This project is developed in Rust language to minimize security flaws.

Homepage: https://github.com/z4yx/pam_rssh

License: MIT

Vendor: Philippe Troin <phil@fifi.org>

Packages

pam_rssh-1.2.0~rc2-1.fif42.src [26.0 MiB] Changelog by Philippe Troin (2025-04-28):
- Created.