Is there any way to obtain the public key from the private key?<div>I know it's in host file however for the purpose of this message I need to be able to generate it on the command line.</div><div>I tried</div><div><br></div><div>openssl ec < ed25519_key.priv<br></div><div><br></div><div>I get an errorĀ </div><div><br></div><div><div>read EC key</div><div>unable to load Key</div><div>140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY</div></div><div><br></div>