A forked & modified version of https://github.com/uber/pam-ussh
|
All checks were successful
Build Module / Build Module (push) Successful in 1m23s
|
||
|---|---|---|
| .forgejo/workflows | ||
| LICENSES | ||
| release | ||
| .gitignore | ||
| .renovaterc.json5 | ||
| flake.lock | ||
| flake.lock.license | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| go.sum.license | ||
| Makefile | ||
| pam.go | ||
| pam_c.go | ||
| pam_darwin.go | ||
| pam_linux.go | ||
| pam_ussh.go | ||
| pam_ussh_test.go | ||
| README.md | ||
A minimally maintained version of pam_ussh
This is a custom build of Uber's PAM module for authenticating a user based on them having an SSH certificate in their ssh-agent signed by a specified ssh CA. It's been updated for modern Go/CI and anything else that needs to be addressed with time.