> On 31. Jan 2020, at 10:56, Prabhakar <[email protected]> wrote:
> 
> Hello Everyone!
> 
> Just wanted to know like is there anyway to change default SSH protocol used 
> by Ansible for connection. I am thinking it would be great if we can utilize 
> any protocols like HTTPS or something.
> 
> I am having some security concerns because of SSH authentication mechanism.
> 
> Thanks in Advance.
> 
> Cheers!
> Prabha.


SSH is defninitely not less secure than HTTPS if done right.  And it has
the advantage that it's typically already there.

However, the Ansible connection mechanism is pluggable and you might want
to have a look at the connection plugins documentation at

   https://docs.ansible.com/ansible/latest/plugins/connection.html

if there's something that fit's your needs.  I strongly advise against
trying to write your own connection plugin unless you are a security
expert and know what you are doing.

Cheers
-Andi

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/1A7BB1A2-DC47-4914-A330-8DDA2127E9C8%40gmail.com.

Reply via email to