From 95ea75907d475635ef791f88ca42a1f8651ebe9f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 4 Mar 2018 00:43:57 +0545 Subject: [PATCH] ssh: Fix AttributeError. --- mitogen/ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mitogen/ssh.py b/mitogen/ssh.py index c15417d0..9ca923a1 100644 --- a/mitogen/ssh.py +++ b/mitogen/ssh.py @@ -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,