pam-ussh icon indicating copy to clipboard operation
pam-ussh copied to clipboard

uber's ssh certificate pam module

Results 16 pam-ussh issues
Sort by recently updated
recently updated
newest added

This is request to fill what seems to be a gap in the docoumentation around how pam-ussh hooks into the sudoers file (or its includes). I have just started investigating...

it would help packagers to provide ready to use packages for the project.

Hi folks, this is just preliminary to get your thoughts. Tests and some cleanup are needed. I only did some manual testing on my integration with Tatu (github.com/openstack/tatu).

Perhaps I am being extremely dense, but I am scratching my head when I look at the code [here](https://github.com/uber/pam-ussh/blob/master/pam_ussh.go#L246): ``` if len(group) == 0 || isMemberOf(group) { return authenticate(w, uid,...

Hi, at https://cwrap.org/ we created a pam_wrapper to make it possible to test PAM modules. You using socket_wrapper, nss_wrapper and pam_wrapper you can also start an openssh server in the...