bugfix
This commit is contained in:
parent
bced0d4f28
commit
96a5237d7d
@ -75,7 +75,7 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
self.sshnode = SSHNode(host, username=username,
|
self.sshnode = SSHNode(host, username=username,
|
||||||
password=password,
|
password=password,
|
||||||
port=port,
|
port=port,
|
||||||
client_keys=[] if client_key is None or [client_key],
|
client_keys=[] if client_key is None else [client_key],
|
||||||
passphrase=passphrase,
|
passphrase=passphrase,
|
||||||
jumpers=jumpers)
|
jumpers=jumpers)
|
||||||
await self.sshnode.connect()
|
await self.sshnode.connect()
|
||||||
|
Loading…
Reference in New Issue
Block a user