Skip to content

Commit

Permalink
Merge 751e69d into 54d50ec
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Jun 30, 2020
2 parents 54d50ec + 751e69d commit 821ef47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ncclient/devices/csr.py
Expand Up @@ -28,6 +28,4 @@ def __init__(self, device_params):
super(CsrDeviceHandler, self).__init__(device_params)

def add_additional_ssh_connect_params(self, kwargs):
kwargs['allow_agent'] = False
kwargs['look_for_keys'] = False
kwargs['unknown_host_cb'] = csr_unknown_host_cb
2 changes: 0 additions & 2 deletions ncclient/devices/iosxe.py
Expand Up @@ -35,6 +35,4 @@ def add_additional_operations(self):
return dict

def add_additional_ssh_connect_params(self, kwargs):
kwargs['allow_agent'] = False
kwargs['look_for_keys'] = False
kwargs['unknown_host_cb'] = iosxe_unknown_host_cb
3 changes: 0 additions & 3 deletions ncclient/devices/iosxr.py
Expand Up @@ -28,9 +28,6 @@ def __init__(self, device_params):
super(IosxrDeviceHandler, self).__init__(device_params)

def add_additional_ssh_connect_params(self, kwargs):
kwargs['allow_agent'] = False
kwargs['look_for_keys'] = False
kwargs['hostkey_verify'] = False
kwargs['unknown_host_cb'] = iosxr_unknown_host_cb

def perform_qualify_check(self):
Expand Down

0 comments on commit 821ef47

Please sign in to comment.