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
Public Instance methods
verify(arguments)
    # File lib/net/ssh/null-host-key-verifier.rb, line 8
 8:       def verify(arguments)
 9:         true
10:       end