TEDSv
September 6, 2019, 5:18pm
1
After update to 97, and later 98 ha can`t connect to asuswrt.
I tried a many times change config:
asuswrt:
host: !secret asuswrt_host
username: !secret asuswrt_username
password: !secret asuswrt_pswd
port: 22
protocol: ssh
and
asuswrt:
host: !secret asuswrt_host
username: !secret asuswrt_username
ssh_key: /config/ssh/ssh_asus_private_key
and this one
asuswrt:
host: !secret asuswrt_host
username: !secret asuswrt_username
password: !secret asuswrt_pswd
protocol: telnet
port: 23
With last config ha doesnt start at all. I fix it with sftp and comment config for asuswrt.
But first two config worked before, and I dont understand what happened. And now I have notify with that config (screen)
screenshots
Did you load an SSH certificate from your HA system to the Asus router?
The AsusWRT device tracker was working for me, but only using SSH with password or Telnet (Telnet is no longer supported in recent router firmware). This is how I got it working using a SSH public/private key pair:
Download & open PuttyGen.
Generate a public/private key pair. Click menu Conversions > Export OpenSSH key. Save the (private) key file to the hassio /config/ssh folder (you’ll need to create the ssh subfolder yourself). Make sure it has no file extension. E.g. ssh_asus_private_k…
Emphyrio
(Roelof)
September 6, 2019, 6:53pm
3
No, I created the key files on a Windows laptop.
TEDSv
September 6, 2019, 7:59pm
4
Yes, I did. And with ssh certificate worked until 0.83 or 0.86, after that worked with password.
TEDSv
September 6, 2019, 8:02pm
5
Hi! Is it still working for you?