windows ssh key file code example
Example 1: copy ssh keys
pbcopy < ~/.ssh/id_rsa.pub
Example 2: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub
pbcopy < ~/.ssh/id_rsa.pub
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub