class Net::SSH::HostKeyError

def fingerprint

found or did not match.
Returns the fingerprint of the key for the host, which either was not
def fingerprint
  @data && @data[:fingerprint]
end