Search code examples
linuxsecuritysshrsaopenssh

What command do I use to see what the ECDSA key fingerprint of my server is?


I see stuff all over Google on how to see the RSA key fingerprint, but not the ECDSA fingerprint.


Solution

  • Wait, I found it. Run the command:

    ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub