class Net::SSH::Verifiers::Null

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

def verify(arguments)

Returns true.
def verify(arguments)
  true
end