find my ssh key windows code example
Example 1: see ssh key
# see SSH key List
~/.ssh
# see public key from existing file
cat ~/ssh/<filename>.pub
Example 2: find ssh key windows
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist