Changelog: https://roxy-wi.org/changelog#7.0.1
pull/364/head
Aidaho 2023-10-17 11:46:04 +03:00
parent c5ea14bb61
commit 7d4478d2e6
5 changed files with 4 additions and 6 deletions

View File

@ -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')

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,4 @@
configparser>=3.5.0
paramiko>=3.3.1
paramiko-ng>=2.5.0
pytz>=2017.3
tzlocal==2.0.0