-ssh_info=@instance_configuration.settings[:ssh_algorithms_hashes]-ifssh_info.any?-content_for:table_contentdo%li=link_to'SSH host keys fingerprints','#ssh-host-keys-fingerprints'-content_for:settings_contentdo%h2#ssh-host-keys-fingerprints SSH host keys fingerprints%p Below are the fingerprints for the current instance SSH host keys..table-responsive%table%thead%tr%th Algorithm%th MD5%th SHA256%tbody-ssh_info.eachdo|algorithm|%tr%td=algorithm[:name]%td%code=instance_configuration_cell_html(algorithm[:md5])%td%code=instance_configuration_cell_html(algorithm[:sha256])