generate public key mac code example
Example 1: macbook get my public ssh key
cat ~/.ssh/id_rsa.pub
Example 2: macos create new public key
ssh-keygen -t rsa -b 4096
Example 3: get ssh key mac
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist