Parent

Methods

Class Index [+]

Quicksearch

Net::SSH::Verifiers::Null

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

Public Instance Methods

verify(arguments) click to toggle source

Returns true.

   # File lib/net/ssh/verifiers/null.rb, line 7
7:     def verify(arguments)
8:       true
9:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.