search for: josimapi

Displaying 2 results from an estimated 2 matches for "josimapi".

Did you mean: jfsdmapi
2008 Nov 26
0
OpenSSH with PermitPAMUserChange feature?
Hello, >From what I have read in this post https://bugzilla.mindrot.org/show_bug.cgi?id=1215 SSH doesn't allow to log in with a user that is not part of the system. At least that's what I have understood from the bugzilla post. I have tried to test whether this patch was added to the latest version of OpenSSH, but it hasn't. I haven't even found the PermitPAMUserChange flag in
2008 Nov 05
3
Keyboard-interactive authentication from a PAM module
Hello, I am developing a PAM module that is called from OpenSSH server when a ssh-client wants to login in the machine. I want my module PAM to send a message to the ssh-client as soon as the PAM module is called by using the pam_info function, but I have checked that the message is not instantly shown in the client unless I send a prompt. I would like to find a way to send the message instantly