mirror of https://github.com/Aidaho12/haproxy-wi
parent
573aa893e2
commit
9fdaeb0acf
|
@ -16,7 +16,7 @@ class SshConnection:
|
|||
def __enter__(self):
|
||||
try:
|
||||
if self.ssh_enable == 1:
|
||||
k = paramiko.RSAKey.from_private_key_file(self.ssh_key_name)
|
||||
k = paramiko.pkey.Pkey.from_private_key_file(self.ssh_key_name)
|
||||
self.ssh.connect(
|
||||
hostname=self.server_ip,
|
||||
port=self.ssh_port,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
configparser>=3.5.0
|
||||
paramiko-ng>=2.5.0
|
||||
paramiko>=2.4.3
|
||||
pytz>=2017.3
|
||||
requests>=2.22.0
|
||||
pyTelegramBotAPI>=3.6.3
|
||||
|
|
Loading…
Reference in New Issue