Unable to import existing ssh key

Wappler Version : 6.7.3
Operating System : Windows 11

Expected behavior

The key selected in the drop-down should be imported.

Actual behavior

The UI stays stuck on "Working".

Please restart with debugging, reproduce and include the debug log here

Seems like you are having an invalid public key in your ~/.ssh folder

Will add more checks for invalid keys in the ~/.ssh folder and ignore those if encountered

It's a valid key, but it uses RSA (PEM format) instead of ED25519 (OpenSSH format).

Well it is fine to be RSA, but if the extensions is .pub then it should be just stored in the OpenSSH format.