diff --git a/requirements.txt b/requirements.txt index 405c75e..f1dbd39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -paramiko +paramiko==2.8.1 pyinstaller diff --git a/test-ssh.py b/test-ssh.py index dd59661..b07624b 100644 --- a/test-ssh.py +++ b/test-ssh.py @@ -19,8 +19,7 @@ def ssh_connect_private_key(ip_address, username, ssh_key, ssh_port,passphrase=N passphrase=passphrase, look_for_keys=False, timeout=timeout, - port=ssh_port, - disabled_algorithms={'pubkeys': ['rsa-sha2-256', 'rsa-sha2-512']} + port=ssh_port ) print("Connected to ssh client using key")