Calculate RSA key fingerprint

后端 未结 14 1451
别那么骄傲
别那么骄傲 2020-11-28 16:55

I need to do the SSH key audit for GitHub, but I am not sure how do find my RSA key fingerprint. I originally followed a guide to generate an SSH key on Linux.

What

相关标签:
14条回答
  • On Windows, if you're running PuTTY/Pageant, the fingerprint is listed when you load your PuTTY (.ppk) key into Pageant. It is pretty useful in case you forget which one you're using.

    0 讨论(0)
  • 2020-11-28 17:48

    On Fedora I do locate ~/.ssh which tells me keys are at

    /root/.ssh
    /root/.ssh/authorized_keys
    
    0 讨论(0)
提交回复
热议问题