Commit 95ea7590 authored by David Wilson's avatar David Wilson

ssh: Fix AttributeError.

parent 95152910
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment