osx view ssh key code example
Example 1: cat ~/.ssh/id_rsa.pub
open generated ssh key
cat ~/.ssh/id_rsa.pub
Example 2: get ssh key mac
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
open generated ssh key
cat ~/.ssh/id_rsa.pub
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist