#108: remove hard-coded ignore of system ssh config file

This commit is contained in:
checktheroads 2021-01-25 23:29:05 -07:00
parent 08b2760721
commit 68485f9ed8

View file

@ -89,7 +89,6 @@ class ScrapliConnection(SSHConnection):
"transport": "asyncssh",
"auth_strict_key": False,
"ssh_known_hosts_file": False,
"ssh_config_file": False,
**global_args,
}