A forked & modified version of https://github.com/uber/pam-ussh
Find a file
Renovate[BOT] 0071209eb2
All checks were successful
Build Module / Build Module (push) Successful in 2m2s
fix(deps): update module golang.org/x/crypto to v0.39.0 (#44)
Reviewed-on: #44
Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net>
Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
2025-06-11 03:47:56 +00:00
.forgejo/workflows chore(deps): update actions non-major updates 2025-05-14 04:59:08 +00:00
LICENSES feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
release fix: release path for amd64/arm64 (#29) 2024-12-13 17:14:50 +00:00
.gitignore fix: release path for amd64/arm64 (#29) 2024-12-13 17:14:50 +00:00
.renovaterc.json5 feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
flake.lock fix(ci): remove arm test builds 2024-12-13 08:49:57 -06:00
flake.lock.license fix(ci): remove arm test builds 2024-12-13 08:49:57 -06:00
flake.nix feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
go.mod fix(deps): update module golang.org/x/crypto to v0.39.0 (#44) 2025-06-11 03:47:56 +00:00
go.sum fix(deps): update module golang.org/x/crypto to v0.39.0 (#44) 2025-06-11 03:47:56 +00:00
go.sum.license feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
Makefile fix: release path for amd64/arm64 (#29) 2024-12-13 17:14:50 +00:00
pam.go feat: reintroduce arm64 (#28) 2024-12-13 17:02:43 +00:00
pam_c.go feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
pam_darwin.go feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
pam_linux.go feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
pam_ussh.go feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
pam_ussh_test.go feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
README.md feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00

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.