I'm registering developer access for Camera Kit but the public key field is not accepting my snapkit_rsa.pub file contents. ssh-keygen -t rsa -f snapkit_rsa I did a search and found that sometimes we need to enclose the key in additional markers: "-----BEGIN PUBLIC KEY-----" and corresponding END. Adding these makes the…