Object
The Null host key verifier simply allows every key it sees, without bothering to verify. This is simple, but is not particularly secure.
Returns true.
# File lib/net/ssh/verifiers/null.rb, line 7 def verify(arguments) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.