SSH Key Mac
ssh-keygen -t rsa
//copy to clipboard
pbcopy < ~/.ssh/id_rsa.pub
Old-fashioned Orangutan
ssh-keygen -t rsa
//copy to clipboard
pbcopy < ~/.ssh/id_rsa.pub
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist