search for: ccache_def

Displaying 1 result from an estimated 1 matches for "ccache_def".

Did you mean: rcache_def
2019 Aug 01
2
Working with PAM stages
Hi, I?m trying to develop a PAM module with OpenSSH, and I realized I need to retrieve something in a later stage that was saved in another previous stage. As far as my tests on OpenSSH 7.6 go, the password auth route goes through PAM auth, account, session, and the session stage is in a different UNIX process from the process where auth and account take place. For the key auth route, auth stage