diff --git a/web/utils/ssh/ssh_local.py b/web/utils/ssh/ssh_local.py index 410fa864a..94c63a5e9 100644 --- a/web/utils/ssh/ssh_local.py +++ b/web/utils/ssh/ssh_local.py @@ -87,7 +87,7 @@ class ssh_local(object): shell = ssh.invoke_shell(term='xterm', width=83, height=21) shell.setblocking(0) - self.__lock = True + self.__lock = False return shell def send(self):