blob: 575165b652a5b93d83a651ae2729c68204f80a58 (
plain) (
blame)
1
2
3
4
5
|
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.
|