We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808429a commit d76795eCopy full SHA for d76795e
salt/client/ssh/client.py
@@ -51,7 +51,7 @@ def sanitize_kwargs(self, kwargs):
51
('ssh_priv', str),
52
('ssh_priv_passwd', str),
53
('ssh_identities_only', bool),
54
- ('ssh_remote_port_forwards', bool),
+ ('ssh_remote_port_forwards', str),
55
('ssh_options', list),
56
('roster_file', str),
57
('rosters', list),
0 commit comments