Answers for "public ssh key"

2

get public ssh key

ssh-keygen
cat ~/.ssh/id_rsa.pub
Posted by: Guest on April-28-2021
3

ssh get key

cat ~/.ssh/id_ed25519.pub
Posted by: Guest on December-09-2020
0

what is role of public key in ssh

A public key that is copied to the SSH server(s). 
Anyone with a copy of the public key can encrypt data which 
can then only be read by the person who holds the corresponding private
key.
Posted by: Guest on May-26-2021

Browse Popular Code Answers by Language