[ansible-project] Re: Ansible winrm to connect to windows guest via certificate.

2017-08-03 Thread Jordan Borean
Certificate auth is a bit of a pain with WinRM, I found the best article to 
get this working would 
be 
http://www.hurryupandwait.io/blog/certificate-password-less-based-authentication-in-winrm.
 
Personally I would say NTLM is more secure than Basic auth as you are not 
sending the actual password to the server (rather a hash of the password). 
You also have CredSSP as an option with local accounts but there is not 
much point using that is using local accounts.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/97a8707d-f897-4284-854e-c403a2d60c51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ansible-project] Re: Ansible winrm to connect to windows guest via certificate.

2017-09-05 Thread Rui Pereira


sexta-feira, 4 de Agosto de 2017 às 07:52:20 UTC+1, Jordan Borean escreveu:
>
> Certificate auth is a bit of a pain with WinRM, I found the best article 
> to get this working would be 
> http://www.hurryupandwait.io/blog/certificate-password-less-based-authentication-in-winrm.
>  
> Personally I would say NTLM is more secure than Basic auth as you are not 
> sending the actual password to the server (rather a hash of the password). 
> You also have CredSSP as an option with local accounts but there is not 
> much point using that is using local accounts.
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/98846728-6c33-4b6b-b9b8-fa01aba9067f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.