We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080bc8e commit fd1c546Copy full SHA for fd1c546
pyinfra/api/connectors/sshuserclient/client.py
@@ -45,7 +45,7 @@ def connect(
45
hostname, config, forward_agent = self.parse_config(
46
hostname,
47
kwargs,
48
- ssh_config_file=-_pyinfra_ssh_config_file,
+ ssh_config_file=_pyinfra_ssh_config_file,
49
)
50
config.update(kwargs)
51
super(SSHClient, self).connect(hostname, **config)
0 commit comments