From 68485f9ed84c5fe00d171d39a726a4f0ca8e181b Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 25 Jan 2021 23:29:05 -0700 Subject: [PATCH] #108: remove hard-coded ignore of system ssh config file --- hyperglass/execution/drivers/ssh_scrapli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/execution/drivers/ssh_scrapli.py b/hyperglass/execution/drivers/ssh_scrapli.py index bc786f9..fafb1d9 100644 --- a/hyperglass/execution/drivers/ssh_scrapli.py +++ b/hyperglass/execution/drivers/ssh_scrapli.py @@ -89,7 +89,6 @@ class ScrapliConnection(SSHConnection): "transport": "asyncssh", "auth_strict_key": False, "ssh_known_hosts_file": False, - "ssh_config_file": False, **global_args, }