You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
@@ -23,7 +23,8 @@ class SshConnection:
|
||||
username=self.ssh_user_name,
|
||||
key_filename=self.ssh_key_name,
|
||||
timeout=11,
|
||||
banner_timeout=200
|
||||
banner_timeout=200,
|
||||
look_for_keys=False
|
||||
)
|
||||
else:
|
||||
self.ssh.connect(
|
||||
@@ -32,7 +33,8 @@ class SshConnection:
|
||||
username=self.ssh_user_name,
|
||||
password=self.ssh_user_password,
|
||||
timeout=11,
|
||||
banner_timeout=200
|
||||
banner_timeout=200,
|
||||
look_for_keys=False
|
||||
)
|
||||
except paramiko.AuthenticationException:
|
||||
raise paramiko.SSHException(f'{self.server_ip} Authentication failed, please verify your credentials')
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
pyTelegramBotAPI==3.6.3
|
||||
networkx==2.1
|
||||
matplotlib==2.1.2
|
||||
paramiko>=3.3.1
|
||||
paramiko-ng>=2.5.0
|
||||
slack-sdk>=3.4.0
|
||||
peewee>=3.14.10
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
configparser==3.5.0
|
||||
pyTelegramBotAPI==3.6.3
|
||||
paramiko>=3.3.1
|
||||
networkx==2.1
|
||||
matplotlib==2.1.2
|
||||
slack-sdk>=3.4.0
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
configparser>=3.5.0
|
||||
pyTelegramBotAPI>=3.6.3
|
||||
paramiko>=3.3.1
|
||||
networkx>=2.1
|
||||
matplotlib>=2.1.2
|
||||
slack-sdk>=3.4.0
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
configparser>=3.5.0
|
||||
paramiko>=3.3.1
|
||||
paramiko-ng>=2.5.0
|
||||
pytz>=2017.3
|
||||
tzlocal==2.0.0
|
||||
|
||||
Reference in New Issue
Block a user