pam-ssh-agent 0.9.5

A PAM module that authenticates using the ssh-agent.
Documentation
1
2
3
4
5
6
7
8
9
10
11
This is how some of the files were created. If you add something new,
please 
```bash
$ ssh-keygen -t ed25519 -f ca_key -N "" -C test-ca-key
$ ssh-keygen -t ed25519 -f cert_key -N "" -C test-cert-key
$ ssh-keygen -s ca_key -I identity -n principal -V 20250701Z:20250801Z cert_key.pub
$ mv cert_key-cert.pub cert.pub
```

cert_unknown_critical.pub is copied from 
https://github.com/openssh/openssh-portable/blob/d1c6c67a50fc957010fa027c6ab970424e9b9142/regress/unittests/authopt/testdata/unknown_critical.cert