pam_ssh_agent_auth icon indicating copy to clipboard operation
pam_ssh_agent_auth copied to clipboard

Moving pam_ssh_agent_auth to github as primary development location

Results 34 pam_ssh_agent_auth issues
Sort by recently updated
recently updated
newest added

Add a new "%r" format specifier to represent the PAM remote user: auth sufficient pam_ssh_agent_auth.so file=/etc/keys/%r This change allows programs, like su, that set RUSER to the origin user and...

Hello I want to try to use that module for authenticating with pam and sasl. Is it possible to affect the username so that I can bind a (maybe different)...

I want to make use of that inside a port forwarding situation. So e.g. ssh user@host -L 1234:localhost:4321 User then wants to authenticate for localhost:1234. Is the host:4321 service capable...

With GCC 14 some code that used to cause warning in previous compiler versions now causes errors. From https://gcc.gnu.org/gcc-14/porting_to.html: >The initial ISO C standard and its 1999 revision removed support...