I'm talking about SSL auth of SSH. Some call this "public key auth"Sorry, you are wrong. Look at your own google search results.
We are not talking about SSH tunnelled through a SSL/TLS connection (which I think is what you're referring to) but a native SSH connection using public/private key authentication (e.g. RSA, ECDSA, etc). FYI Asus routers use dropbear not "Bear Drop".
Using tls/ssh is a different story but that is an outdated method and the public key auth method is the common SSH connection over the internet.
Looks like the author of beardrop SSH admits lack of documentation for public key auth with their software and posted instructions on how to do it:
Code:
https://github.com/mkj/dropbear
They dropped the bear when writing their toy SSH software for toy routers. I would just configure the router with the web gui and be done and have the SSH turn off as well as any web facing login.
Last edited: