mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d8560936e3
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.
6 lines
369 B
Plaintext
6 lines
369 B
Plaintext
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.
|