Enter the public key PEM data. A public key can be generated using the following commands:
openssl genrsa -out mykey.pem 2048
openssl rsa -in mykey.pem -pubout < mykey.pub
Paste the contents of the mykey.pub file here.