I used terminal to create a key so I can use the integration AsusWRT without password
ssh-keygen -t rsa -b 4096
Give the name asuswrt. Got nicely 2 files: asuswrt and asuswrt.pub.
no phrase password given
copied the line inside the pub file into my Asus Router in the Authorized Keys field
Tried to activate the integration:
host: IP of router (tried also the hostname ‘asus’)
username: my username of the router user
path ssh: /config/ssh/asuswrt (without .pub)
protocol: ssh
port: different then 22 (use other port)
Mode: router (Router itself is router not access point
The blue circle is spinning and spinning and then failed to connect error.
I was able to connect using an ECDSA-type key and the connection was successful. It’s possible that newer versions of the system do not support RSA-type keys. I hope this information can be helpful to you.