ssh show keys code example
Example 1: ssh get key
cat ~/.ssh/id_ed25519.pub
Example 2: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub
cat ~/.ssh/id_ed25519.pub
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub