serveradmin
serveradmin copied to clipboard
Support ED22519 format for security keys
The patch should allow security key ed25519 keys but currently it fails in the line afterwards because paramiko (tested 3.3.1) does not support security keys yet.
return Ed25519Key(data=public_key_blob)
See https://github.com/paramiko/paramiko/issues/2299