crey21

Results 1 comments of crey21

I think that the issue can be found in : https://github.com/Fizzadar/pyinfra/blob/e10bdc8916348a7bafaa903230c280b039e7f6df/pyinfra/connectors/sshuserclient/client.py#L173-L179 There is no timeout passed when establishing this channel. In paramiko 2.12, the default timeout of `open_channel` is 3600...