add allow_agent in netmiko arguments list

This commit is contained in:
rootmout 2023-11-12 11:46:32 +01:00
parent a5d3b94663
commit cb4d67a81a
No known key found for this signature in database
GPG Key ID: DEDD4101079F118A
1 changed files with 1 additions and 0 deletions

View File

@ -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('.')