AsyncSSH and timeout

2016-10-27 Thread Standard User
Good day, I'm trying to run multiple SSH clients using AsyncSSH lib. This is an example from manual, which works fine: http://pastebin.com/zh4zymeQ The problem is, it is not possible to directly set connect timeout in run_client() function. However, the manual says: "asyncio calls can be wrapped

AsyncSSH and timeout

2016-10-27 Thread mantaselprj
Good day, I'm trying to run multiple SSH clients using AsyncSSH lib. This is an example from manual, which works fine: http://pastebin.com/zh4zymeQ The problem is, it is not possible to directly set connect timeout in run_client() function. However, the manual says: "asyncio calls can be wrappe