What kind of algo is supported by dropbear in 19.07?

Besides ssh-dss public key in authorized_keys, what other keys are supported? ssh-ed25519 doesn't seem to work.

No not keygen, not that.

Here are the messages:

Fri Oct 22 21:12:03 2021 authpriv.warn dropbear[32339]: Pubkey auth attempt with **unknown algo** for 'root' from x
Fri Oct 22 21:12:03 2021 authpriv.warn dropbear[32339]: Pubkey auth attempt with **unknown algo** for 'root' from x
Fri Oct 22 21:12:05 2021 authpriv.notice dropbear[32339]: Password auth succeeded for 'root' from x

You need to generate an RSA key pair.
Then set up Dropbear key-based authentication.
It must work when configured properly.

Yes "-t rsa" works. I was asking what else can work. "-t ed25519" for example doesn't work.

You will have to go to 21.x for ed25519, but !SMALL-FLASH

So, "-t rsa" only for dropbear in 19.07?

I have openssh 8.8 and -t ecdsa gives me a ecdsa-sha2-nistp256 pair of keys which dropbear still doesn't support. Anyway I use this workaround for now in my ~/.ssh/config:

HostKeyAlgorithms=+ssh-rsa
PubkeyAcceptedAlgorithms=+ssh-rsa

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.