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