class Net::SSH::Verifiers::Lenient
def verify(arguments)
Tries to determine if the connection is being tunnelled, and if so,
def verify(arguments) return true if tunnelled?(arguments) super end
def verify(arguments) return true if tunnelled?(arguments) super end