Skip to content
Advertisement

Tag: pam

How to tell SSH to setuid after PAM and not before to remap users

I am working on a radius authentication solution composed of a PAM module and an NSS module. The flow is like this: user ben login (via the login command) the user enters the username: ben my NSS module is queried with that username and returns a default non privileged user radius, same behavior as libnss-ato the user types the password

How to use a sql DB for ssh?

I have a webapplication and I would like to provide the users with a feature to be able to ssh to the linux server without having to add all the users’ credentials from the Psql DB to the linux server. Instead I would like to use the credentials directly for ssh. I think that this is possible using linux pluggable

Advertisement