How does public key authentication work?
Tap to reveal the answer
Public key authentication is a security method that uses two linked keys—a public key that anyone can see and a private key that only you have—to verify your identity and encrypt information. When you log in, the system confirms you have the matching private key without ever seeing it.
Tap to flip back