ssh key get code example
Example 1: generate ssh key paitr
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: ssh get key
cat ~/.ssh/id_ed25519.pub
Example 3: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub