*If I want to use openssh ControlPersist function or similar feature, I 
can't use module_util/shell.y & basic.y, I have to write myself basc 
library? *


*Is there any other featuca to avoid SSH authentication for each task?*

在 2016年9月21日星期三 UTC+8上午3:26:33,Peter Sprygada写道:
>
> No, there is no support for ControlPersist (or similar) in the paramiko 
> library.
>
> On Tue, Sep 20, 2016 at 9:48 AM, <jacky....@gmail.com <javascript:>> 
> wrote:
>
>> I find that the Network Modules must use paramiko, does paramiko support 
>> openssh ControlPersist similar feature?
>>
>>
>> building ssh connection by paramiko: Code in module_util/shell.py
>>
>>
>> def open(self, host, port=22, username=None, password=None,
>>         timeout=10, key_filename=None, pkey=None, look_for_keys=None,
>>         allow_agent=False):
>>
>>     self.ssh = paramiko.SSHClient()
>>     self.ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
>>
>> -- 
>> 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-proje...@googlegroups.com <javascript:>.
>> To post to this group, send email to ansible...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/ed3f80a3-35b1-4eb7-a344-e38bfac76165%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-project/ed3f80a3-35b1-4eb7-a344-e38bfac76165%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/372cd5ca-b24f-4342-9b92-7e2f9af8a4b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to