how to check ssh key in git bash code example
Example: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub