Merge branch 'main' into publish

This commit is contained in:
2025-01-30 18:08:50 -03:00
3 changed files with 388 additions and 822 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "4.1.1" __version__ = "4.1.2"
+1 -1
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:
+386 -820
View File
File diff suppressed because it is too large Load Diff