Class OpenSSL::PKey::PKey

  1. lib/net/ssh/transport/openssl.rb
Parent: Object

Methods

public instance

  1. fingerprint

Public instance methods

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