# File lib/net/ssh/transport/openssl.rb, line 31 def fingerprint @fingerprint ||= OpenSSL::Digest::MD5.hexdigest(to_blob).scan(/../).join(":") end