Sha256: caed815acfaf7193fa9419eaf81315f69441bd6ed4f3d89f14b08c8927f1a493
Contents?: true
Size: 285 Bytes
Versions: 281
Compression:
Stored size: 285 Bytes
Contents
module Net; module SSH; module Verifiers # The Null host key verifier simply allows every key it sees, without # bothering to verify. This is simple, but is not particularly secure. class Null # Returns true. def verify(arguments) true end end end; end; end
Version data entries
281 entries across 238 versions & 30 rubygems