class Net::SSH::Test::RemotePacket

def remote?

Returns +true+; this is a remote packet.
def remote?
  true
end