Re: Password authentication fails

2021-07-28 Thread Dan Stromberg
I didn't see a localoptions.h, but I made the corresponding changes in default_options.h and ./configure --enable-pam, and now password authentication is working. Thanks! On Tue, Jul 27, 2021 at 6:41 PM Matt Johnston wrote: > Hi Dan, > > MacOS uses PAM for password auth. As well as

Re: Password authentication fails

2021-07-28 Thread Dan Stromberg
On Tue, Jul 27, 2021 at 4:33 PM wrote: > Hello, > > Dan Stromberg wrote: > > > > > > Hi people. > > > > I'm attempting to set up dropbear ssh on a mac, for testing something. > > > > For some reason, password authentication consistently fails for the > account I'm trying: testacct. If I set up

Re: Password authentication fails

2021-07-27 Thread Matt Johnston
Hi Dan, MacOS uses PAM for password auth. As well as --enable-pam for configure it needs #define DROPBEAR_SVR_PASSWORD_AUTH 0 #define DROPBEAR_SVR_PAM_AUTH 1 in localoptions.h at build time. Not sure that Homebrew sets the localoptions.h

Re: Password authentication fails

2021-07-27 Thread roytam
Hello, Dan Stromberg wrote: > > > Hi people. > > I'm attempting to set up dropbear ssh on a mac, for testing something. > > For some reason, password authentication consistently fails for the account > I'm trying: testacct. If I set up RSA authentication for testacct, that > works fine, but I

Password authentication fails

2021-07-27 Thread Dan Stromberg
Hi people. I'm attempting to set up dropbear ssh on a mac, for testing something. For some reason, password authentication consistently fails for the account I'm trying: testacct. If I set up RSA authentication for testacct, that works fine, but I need to use a password for the testing. I have