### Actual Result / Problem `key import` only accept RSA keys. ### Expected Result / Suggestion `key import` should accept ed25519 keys too. ### Some context Looks like [ImportSSHKey](https://github.com/moul/sshportal/blob/master/pkg/crypto/crypto.go#L133) in `crypto/crypto.go` only accepts RSA keys.
Actual Result / Problem
key importonly accept RSA keys.Expected Result / Suggestion
key importshould accept ed25519 keys too.Some context
Looks like ImportSSHKey in
crypto/crypto.goonly accepts RSA keys.