Fix ssh_remote_port_forwards wart causing test to fail

This commit is contained in:
Daniel A. Wozniak 2021-01-23 14:28:56 -07:00 committed by Daniel Wozniak
parent 0a253e7573
commit 039b7f3f57

View file

@ -56,7 +56,7 @@ class SSHClient(object):
("ssh_priv", str),
("ssh_priv_passwd", str),
("ssh_identities_only", bool),
("ssh_remote_port_forwards", bool),
("ssh_remote_port_forwards", str),
("ssh_options", list),
("roster_file", str),
("rosters", list),