The question is:

I am writing Pam auth module for ssh, and I want it to interact with the 
user, in addition to the username/password session.
I am implementing the function: pam_sm_authenticate(). I have tried using 
fscanf(),fprintf() with stdin/stdout and was not successful interacting 
with the user.
I have tried to open a stream to the TTY and failed. I have tried to get 
PAM_CONV item and establishing conversation but was not successful too.

how can I interact with the user?

Thanks,
----- ---- --- -- -
Idan Ben-Harrush 

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to