# File lib/net/ssh/authentication/session.rb, line 41
    def initialize(transport, options={})
      self.logger = transport.logger
      @transport = transport

      @auth_methods = options[:auth_methods] || Net::SSH::Config.default_auth_methods
      @options = options

      @allowed_auth_methods = @auth_methods
    end