Skip to content

Commit

Permalink
Fix bug when SSH cached key is different than expected (#45)
Browse files Browse the repository at this point in the history
* Don't load system keys for ubuntu/cumulus/opx
  • Loading branch information
bobbywatson3 authored Mar 21, 2018
1 parent 0592496 commit 674414e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pylib/aeon/cumulus/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def __init__(self, hostname, **kwargs):
self.passwd = kwargs.get('passwd', 'admin')

self._client = paramiko.SSHClient()
self._client.load_system_host_keys()
self._client.set_missing_host_key_policy(paramiko.AutoAddPolicy())

self.open()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def requirements(filename):

setup(
name="aeon-venos",
version="0.9.16",
version="0.9.17",
author="Jeremy Schulman",
url='https://github.com/Apstra/aeon-venos',
author_email="jeremy@apstra.com",
Expand Down

0 comments on commit 674414e

Please sign in to comment.