Can I Get a Public Key from an RSA Private Key? Tue Apr 07 2020 The answer is yes. Run the following command to make it: 1openssl rsa -in ~/some_id_rsa -pubout From here.