mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 05:06:23 +02:00
Fix aruba ssh host key algorithm (#75224)
This commit is contained in:
@@ -87,7 +87,7 @@ class ArubaDeviceScanner(DeviceScanner):
|
||||
def get_aruba_data(self):
|
||||
"""Retrieve data from Aruba Access Point and return parsed result."""
|
||||
|
||||
connect = f"ssh {self.username}@{self.host}"
|
||||
connect = f"ssh {self.username}@{self.host} -o HostKeyAlgorithms=ssh-rsa"
|
||||
ssh = pexpect.spawn(connect)
|
||||
query = ssh.expect(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user