as of late 2017, filezilla displays keys hashed with md5 in hexadecimal format.
to find this on your ubuntu linux machine use this command:
ssh-keygen -l -E md5 -f <(ssh-keyscan localhost 2>/dev/null)
note: replace "localhost" with the ip of the machine you wish to check.