On Tue, Apr 07, 2009 at 11:23:59AM -0400, Steve Shockley wrote: > On 4/7/2009 9:08 AM, Declan Ingram wrote: >>> How does that help if you're encrypting the connection to the ExpEther >>> server/device? I mostly trust that nobody is sniffing my PCI bus, I'm >>> less trusting when data goes over the network. >> >> Just tunnel it over SSH > > That's fine, but then how do I offload the load from the ssh tunnel? > That's probably going to be the same load as the original ssl I'm > offloading.
not necessarily, ssh is one session, https is a stream of tiny ones. still, the point stands, encrypting bus data sounds pretty slow especially since it's latency sensitive -- Jussi Peltola