A forked & modified version of https://github.com/uber/pam-ussh
Find a file
GregoryDosh 83774c024b
All checks were successful
Build Module / Build Module (push) Successful in 2m11s
fix: release path for amd64/arm64 (#29)
Reviewed-on: #29
Co-authored-by: GregoryDosh <authentik@gregorydosh.com>
Co-committed-by: GregoryDosh <authentik@gregorydosh.com>
2024-12-13 17:14:50 +00:00
.forgejo/workflows feat: reintroduce arm64 (#28) 2024-12-13 17:02:43 +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 feat/refactor: add arm64 and copy bin-caddy like structure for license infomation and spdx 2024-12-12 20:22:02 -06:00
go.sum fix(deps): update module golang.org/x/crypto to v0.31.0 (#27) 2024-12-12 05:54:34 +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.