Skip to content

Commit

Permalink
changed paramiko version
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam235 committed Jan 24, 2023
1 parent 423382a commit 2011d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
paramiko
paramiko==2.8.1
pyinstaller
3 changes: 1 addition & 2 deletions test-ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2011d12

Please sign in to comment.