# File lib/net/ssh/session_helpers.rb, line 104
      def export_hash(data={})
        data.each_pair do |k, v|
          export(k, v)
        end
      end