Hi,

Even if it's built with PAM I'm not sure it'll work. Dropbear's PAM handling is 
fairly rudimentary, it can only handle conversations that just ask for 
username, password. 

Adding more sophisticated handling probably requires recursively running the 
Dropbear session main loop from within the PAM conversation function callback.

Cheers,
Matt

Alex <alexai...@gmail.com> wrote:
>Hi,
>
>I've a raspberry pi with dropbear ssh installed, I would to use google
>authenticator to log in in my ssh session. I've installed the PAM
>support with:
>
>apt-get install libpam-google-authenticator
>
>and I already generated the code, but now how can I configure dropbear
>to
>use the PAM module?
>
>Thank you.

Reply via email to