ewpa / LibSSH-ESP32

Libssh SSH client & server port to ESP32 Arduino library
https://www.ewan.cc/node/157
Other
257 stars 36 forks source link

SSH-RSA Key Exchange? #11

Open helo-head opened 3 years ago

helo-head commented 3 years ago

Can someone confirm if this port supports SSH-RSA key exchange.

Based on a review of the header files and the behavior I am seeing with the example client application, it appears the library only supports the following:

ssh-ed25519, ecdsa-sha2-nistp512, ecdsa-sha2-nistp384, ecdsa-sha2-nistp256, rsa-sha2-512 and rsa-sha2-256.

The reason I ask is that the current documentation for libssh states it supports ssh-rsa. The only reason this is an issue is I don't have the ability to add new host key/pairs on this particular server. The UI they provide only generates ssh-rsa keys.