kc-ssh-pam

KC SSH PAM is built to streamline the process of user authentication to access Linux systems through SSH with keycloak oidc

MIT License

Stars
76
Committers
4
kc-ssh-pam - v0.1.3 Latest Release

Published by kha7iq 10 months ago

Changelog

  • e24e5e4 refactor[authentication]: reworks the token verification using JWKS url
kc-ssh-pam - v0.1.2

Published by kha7iq 11 months ago

Changelog

  • fbdff95 feat: add config flag
  • cc090d8 fix: add KC_SSH_CONFIG var for config path
  • 0dbb444 fix: change function name and update help msg
  • a40a16e fix: change function name for parsing flags
  • b88bcd9 fix: set config flag value & update usage
kc-ssh-pam - v0.1.1

Published by kha7iq over 1 year ago

Changelog

  • 5f51eec Initial commit
  • 3d996ef feat: add build workflow
  • db696c9 feat: add example config file
  • d99b188 feat: add goreleaser config
  • cdb21dc feat: add issue templates
  • 861ea34 feat: add version information
  • aa0101e feat: display help messages vi flags
  • dc6733d feat: initial commit of kc-ssh-pam app
  • 5aa98ad feat: int pkg for token acquisition & verification
  • b780208 feat: internal pkg for config file
  • d32cd14 fix: add help flags , refactor and cleanup
  • 7b9d8a7 fix: refactor RequestJWT function to include scope and optional otp
  • 8fa9641 fix: update description for package