list ssh keys code example
Example 1: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub
Example 2: how to list ssh keys
for windows, copy then paste the command below into git bash terminal:
ls -al ~/.ssh #