ssh# get a key’s SHA256 fingerprint# ssh-keygen -lf /path/to/keyget a key’s MD5 fingerprint# ssh-keygen -E md5 -lf /path/to/key