I have setup SSH Engine for SSH based certificate but when i sign with public key end up getting following error:-
failed to generate signed SSH key: sign error: ssh: unsupported signature algorithm “rsa-sha2-512” for key format “ecdsa-sha2-nistp521”
i was following the document -
providing key_type = ecdsa-sha2-nistp521 but under role the Signing Algorithm is only three types which is rsa* values accepted and due to that its conflicting the same.
Please let me know if ecdsa-sha2-nistp521 is not supported or do we have any fix?