Hi, Brian--

On Mon, Jun 2, 2014 at 5:07 PM, Brian Coca <[email protected]> wrote:
> are the commands using sudo? I had issues with some versions and/or configs
> of sudo on BSD.

No, sudo isn't installed at the point I am trying to run these
commands--and I'm not trying to use it in any case. But I believe I've
found the problem. The default SSHD config on FreeBSD uses PAM
challenge-response authentication. When I set
"ChallengeResponseAuthentication no" and "PasswordAuthentication yes,"
I am able to run the ansible raw command. Even though the two methods
look the same to the console user, apparently the 'sshpass' program
that ansible uses under the hood can't handle PAM authentication.

I also discovered that GreenQloud generates an SSH keypair for root
when you create the server. So maybe I can just use public key auth
from the beginning. Except I don't know where the private key is :-/

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CABrD0ecEY9XroRBBakCMP0enzkeXyOXyvxXivoP2Gf5gkdGkxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to