# File lib/net/ssh/lenient-host-key-verifier.rb, line 7
      def verify(arguments)
        return true if tunnelled?(arguments)
        super
      end