How to connect windows client without using user name and password, in 
linux we can have certificate for password less authentication. How can i 
achieve the same with windows client?


On Saturday, January 19, 2019 at 4:12:43 AM UTC+5:30, Jordan Borean wrote:
>
> Setting the execution policy or firewall is unrelated to authentication 
> failures. If you really want to use Basic auth make sure you have run the 
> following to enable it on the WIndows host;
>
> Set-Item -Path WSMan:\localhost\Service\Auth\Basic -Value True
>
> You can verify what have been enabled and disabled by running 'winrm get 
> winrm/config/service'. By default Basic auth is not enabled for security 
> reasons.
>
> Thanks
>
> Jordan
>

-- 
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/f8b9e51a-ddff-4f5c-afd1-56641a86fd01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to