RE: Dropbear and PAM auth.

2012-06-03 Thread Avner Flesch
: Re: Dropbear and PAM auth. It should work ok with any module that just prompts for a username and password, which gets mapped to SSH's password authentication mode. It doesn't support more complex challenge/response type modes (which would use SSH's keyboard-interactive mode IIRC

Dropbear and PAM auth.

2012-05-31 Thread Avner Flesch
Hi, According to the note in options.h file, PAM auth. Support only simple modules. Is that mean that for example RADIUS authentication can't be supported? Thanks Avner

Re: Dropbear and PAM auth.

2012-05-31 Thread Matt Johnston
It should work ok with any module that just prompts for a username and password, which gets mapped to SSH's password authentication mode. It doesn't support more complex challenge/response type modes (which would use SSH's keyboard-interactive mode IIRC). If the username/password prompt doesn't