# File lib/net/ssh/multi/channel.rb, line 134
    def eof!
      channels.each { |channel| channel.eof! }
      self
    end