# File lib/net/ssh/connection/channel.rb, line 298
    def close
      return if @closing
      if remote_id
        @closing = true
      end
    end