A forked & modified version of https://github.com/uber/pam-ussh
Find a file
GregoryDosh ff8d61a30c
All checks were successful
Build Module / Build Module (push) Successful in 1m23s
fix(ci): remove arm test builds
2024-12-13 08:49:57 -06:00
.forgejo/workflows fix(ci): remove arm test builds 2024-12-13 08:49:57 -06: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(ci): remove arm test builds 2024-12-13 08:49:57 -06:00
.gitignore fix(ci): remove arm test builds 2024-12-13 08:49:57 -06: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(ci): remove arm test builds 2024-12-13 08:49:57 -06:00
pam.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_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.