Class Net::SSH::Verifiers::Null
In: lib/net/ssh/verifiers/null.rb
Parent: Object

The Null host key verifier simply allows every key it sees, without bothering to verify. This is simple, but is not particularly secure.

Methods

verify  

Public Instance methods

Returns true.

[Validate]