Skip to content

Commit

Permalink
remote_account: rise paramiko REKEY_BYTES
Browse files Browse the repository at this point in the history
Changing it due to redpanda-data/redpanda#6792
  • Loading branch information
ZeDRoman authored and savex committed Sep 8, 2023
1 parent 8a6567d commit 4b48071
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ducktape/cluster/remoteaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
# Changing it due to https://github.com/redpanda-data/redpanda/issues/6792
paramiko.packet.Packetizer.REKEY_BYTES = pow(2, 32) # noqa

from contextlib import contextmanager
import logging
import os
from paramiko import SSHClient, SSHConfig, MissingHostKeyPolicy
import shutil
import signal
import socket
import stat
import tempfile
import warnings

from contextlib import contextmanager # noqa
import logging # noqa
import os # noqa
Expand Down

0 comments on commit 4b48071

Please sign in to comment.