Skip to content

Add support for ed25519 ssh keys

I have been testing ssh support and discovered that ed25519 based ssh keys don't work, but rsa ones are fine.

These days ssh-keygen on linux systems, at least Ubuntu which is highly popular, create ed25519 keys as default.

Edited by Nigel Reed