# File lib/net/ssh/connection/driver.rb, line 97
        def remove_channel_open_handler( type, id )
          @channel_open_handlers[ type ][ id-1 ] = nil
        end