create public ssh key mac code example
Example 1: macbook get my public ssh key
cat ~/.ssh/id_rsa.pub
Example 2: macos create ssh key
ssh-keygen -t rsa
Example 3: macos create new public key
ssh-keygen -t rsa -b 4096
cat ~/.ssh/id_rsa.pub
ssh-keygen -t rsa
ssh-keygen -t rsa -b 4096