<html><head></head><body>Hi,<br>
<br>
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. <br>
<br>
Adding more sophisticated handling probably requires recursively running the Dropbear session main loop from within the PAM conversation function callback.<br>
<br>
Cheers,<br>
Matt<br><br><div class="gmail_quote">Alex <alexain75@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi,<br /><br />I've a raspberry pi with dropbear ssh installed, I would to use google<br />authenticator to log in in my ssh session. I've installed the PAM support with:<br /><br />apt-get install libpam-google-authenticator<br /><br />and I already generated the code, but now how can I configure dropbear to<br />use the PAM module?<br /><br />Thank you.<br /><br /></pre></blockquote></div></body></html>