Class Net::SSH::NullHostKeyVerifier
In: lib/net/ssh/null-host-key-verifier.rb
Parent: Object

The NullHostKeyVerifier simply allows every key it sees, without bothering to verify. This mimics the pre-1.1 behavior of Net::SSH, but is not very secure.

Methods

verify  

Public Instance methods

[Validate]