bug fix docker
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
__version__ = "4.1.1"
|
||||
__version__ = "4.1.2"
|
||||
|
||||
|
@ -596,7 +596,7 @@ class node:
|
||||
if results in initial_indices[self.protocol]:
|
||||
if self.protocol in ["ssh", "sftp"]:
|
||||
child.sendline('yes')
|
||||
elif self.protocol in ["telnet", "kubectl"]:
|
||||
elif self.protocol in ["telnet", "kubectl", "docker"]:
|
||||
if self.user:
|
||||
child.sendline(self.user)
|
||||
else:
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user