How to check the SSH Public Key on Windows


windows ssh

To see the public SSH key, you need to know where the file is. Usually, it’s generated in the root user folder. You can enter ls command in the terminal and see where is this file:

id_rsa.pub

To see the source of .pub file you can use the cat command.

cat_id_rsa.pub

comments powered by Disqus