Here is a command that take in the dropbear ssh private key files and turn it into public key format.
This is to create files like authorized_keys for Ubuntu or any linux ssh key list.
dropbearkey -y -f ~/.ssh/identity | grep "^ssh-rsa " >> authorized_keys
Feel free to grab this command and add them to the authorised key files.