bug fix docker

This commit is contained in:
2025-01-30 17:39:56 -03:00
parent b1188587fc
commit 582459d6d3
3 changed files with 388 additions and 822 deletions

View File

@ -1,2 +1,2 @@
__version__ = "4.1.1" __version__ = "4.1.2"

View File

@ -596,7 +596,7 @@ class node:
if results in initial_indices[self.protocol]: if results in initial_indices[self.protocol]:
if self.protocol in ["ssh", "sftp"]: if self.protocol in ["ssh", "sftp"]:
child.sendline('yes') child.sendline('yes')
elif self.protocol in ["telnet", "kubectl"]: elif self.protocol in ["telnet", "kubectl", "docker"]:
if self.user: if self.user:
child.sendline(self.user) child.sendline(self.user)
else: else:

File diff suppressed because it is too large Load Diff