Class Net::SSH::Service::AgentForward::Driver
In: lib/net/ssh/service/agentforward/driver.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

Called if we have any data to forward to the agent. Examines the accumulated data to see if we have a complete packet, based on the length field (the first four bytes as a network long).

handle CHANNEL_DATA packets received on the agent-forward channel - pass complete received packets to the agent.

[Validate]