add allow_agent in netmiko arguments list
This commit is contained in:
parent
a5d3b94663
commit
cb4d67a81a
|
|
@ -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('.')
|
||||
|
|
|
|||
Loading…
Reference in New Issue