# File lib/net/ssh/service/agentforward/driver.rb, line 40
          def do_open_channel( connection, channel, data )
            channel.on_data(&method(:do_data))
          end