ssh: Fix AttributeError.

This commit is contained in:
David Wilson 2018-03-04 00:43:57 +05:45
parent 9515291024
commit 95ea75907d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class Stream(mitogen.parent.Stream):
identity_file = None
password = None
port = None
ssh_args = None
def construct(self, hostname, username=None, ssh_path=None, port=None,
check_host_keys=True, password=None, identity_file=None,