# File lib/net/ssh/connection/channel.rb, line 302
    def eof!
      return if eof?
      @eof = true
    end