pam-ssh-agent
- Ebuilds: 1, Testing: 0.9.5 Description:
The goal of this project is to provide a PAM authentication module determining the identity of a user based on a signature request and response sent via the ssh-agent protocol to a potentially remote ssh-agent.
One scenario that this module can be used in is to grant escalated privileges on a remote system accessed using ssh with agent forwarding enabled and the sudo command.
Homepage:https://github.com/nresare/pam-ssh-agent License: || ( Apache-2.0 MIT ) 0BSD Apache-2.0 BSD MIT Unicode-3.0
pam_rssh
- Ebuilds: 3, Testing: 1.2.0_rc2 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 Apache-2.0 BSD-2 CC-PD MIT Unicode-DFS-2016 Unlicense