Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Does the remote server sends the encrypted public key which decrypted by private key from the client and the decrypted public key is sent to the remote server for verification? Commented Dec 15, 2021 at 7:18
  • The private key never leaves your system, it is never sent over wire. If it would, it would make no sense to call it private key :D Commented Dec 15, 2021 at 7:26
  • I said is the decrypted public key sent back to the server? Not private key. Commented Dec 15, 2021 at 7:29
  • Public key is, well, public. It is meant to be transferred publicly. See: en.wikipedia.org/wiki/Public-key_cryptography Commented Dec 15, 2021 at 9:17