From 062041ee31251e5e8f175f0e7baaee71a2f05709 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 8 Sep 2025 18:46:38 +0400 Subject: Recover connectivity to MerlinWRT: allow hostkeys beyond 'ssh-rsa' --- custom_components/patch_asyncssh/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 custom_components/patch_asyncssh/manifest.json (limited to 'custom_components/patch_asyncssh/manifest.json') diff --git a/custom_components/patch_asyncssh/manifest.json b/custom_components/patch_asyncssh/manifest.json new file mode 100644 index 0000000..7017f14 --- /dev/null +++ b/custom_components/patch_asyncssh/manifest.json @@ -0,0 +1,9 @@ +{ + "domain": "patch_asyncssh", + "name": "Patch AsyncSSH (host key algs)", + "version": "0.0.1", + "documentation": "", + "requirements": [], + "codeowners": [], + "iot_class": "local_push" +} -- cgit v1.2.3