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)
def verify(arguments) true end
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) true end