I am trying to do parallel SSH using ParallelSSHClient.
When I run as hosts = ['x.x.x.x', 'y.y.y.y'] ParallelSSHClient (hosts, 'user', 'pass') It is working fine. But what if the username and password varies for x.x.x.x and y.y.y.y? I have to pass username and password also as list right. But if I pass , it is not working.
Per documentation of parallel SSH: