Skip to content

Commit 98fde78

Browse files
committed
inbandremote: fix host key bug
1 parent 09c453d commit 98fde78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodescraper/connection/inband/inbandremote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(
5757
) -> None:
5858
self.ssh_params = ssh_params
5959
self.client = paramiko.SSHClient()
60+
self.client.load_system_host_keys()
6061
self.client.set_missing_host_key_policy(self.host_key_policy())
6162

6263
def connect_ssh(self):

0 commit comments

Comments
 (0)