What Is Public Key

[Solved] What Is Public Key | Shell - Code Explorer | yomemimo.com
Question : what is public key

Answered by : abhishek-nr59jygk179t

A public key is like an open box with an unbreakable lock.
If someone wants to send you a message, they can place that message
in your public box, and close the lid to lock it. The message can
now be sent, to be delivered by an untrusted party without needing
to worry about the contents being exposed. Once I receive the box,
I'll unlock it with my private key - the only existing key which can
open that box.

Source : | Last Update : Sun, 31 Jan 21

Question : Creating Public Key

Answered by : helpless-hyena-22b2tp2eysm7

mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t rsa

Source : https://help.ubuntu.com/community/SSH/OpenSSH/Keys | Last Update : Tue, 01 Mar 22

Answers related to what is public key

Code Explorer Popular Question For Shell