get my ssh key code example
Example 1: checking for existing ssh keys
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Example 2: cat ~/.ssh/id_rsa.pub
open generated ssh key
cat ~/.ssh/id_rsa.pub
Example 3: ssh get key
cat ~/.ssh/id_ed25519.pub
Example 4: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub