mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-09-23 20:51:15 +00:00
add allow_agent in netmiko arguments list
This commit is contained in:
@@ -73,6 +73,7 @@ class VyOSDriver(NetworkDriver):
|
||||
'alt_host_keys': False,
|
||||
'alt_key_file': '',
|
||||
'ssh_config_file': None,
|
||||
'allow_agent': False,
|
||||
}
|
||||
|
||||
fields = netmiko_version.split('.')
|
||||
|
||||
Reference in New Issue
Block a user