@@ -424,6 +432,9 @@ class SshCommunication(BaseCommunication):
transport.packetizer.REKEY_BYTES=pow(2,40)# 1TB max, this is a security degradation (otherwise we get "paramiko.ssh_exception.SSHException: Key-exchange timed out waiting for key negotiation")
transport.packetizer.REKEY_PACKETS=pow(2,40)# 1TB max, this is a security degradation (otherwise we get "paramiko.ssh_exception.SSHException: Key-exchange timed out waiting for key negotiation")