Show SSH’s key fingerprint
# ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub
-l
is to show fingerprint, -f
to pass the input file.
Also check which other files are in the directory /etc/ssh/
.
Run man ssh-keygen
to learn more.
personal computing command-line interface (cli) gnu linux trisquel shell literacy hosting ssh wiki