# File lib/net/ssh/connection/driver.rb, line 317 def do_channel_close( response ) local_id = response.read_long @log.debug "CHANNEL_CLOSE recieved (#{local_id})" if @log.debug? @channel_map[ local_id ].close false end