# File lib/sshkit/configuration.rb, line 20
    def deprecation_output=(out)
      @deprecation_logger = DeprecationLogger.new(out)
    end