Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 12:48:23 -0700
From:      Tim Kientzle <kientzle@acm.org>
To:        Dirk-Willem van Gulik <dirkx@webweaving.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Network pipes
Message-ID:  <3F203807.6010805@acm.org>
References:  <20030724194228.P65000-100000@foem>

next in thread | previous in thread | raw e-mail | index | archive | help
Dirk-Willem van Gulik wrote:
>>I think this should just be a utility like Luigi suggested.  This will
>>help "solve" these problems.
> 
> And in large part the traditional netpipe/socket tools in combination with
> the -L and -R flags of SSH solve these issues rather handily. And when
> used with ssh-keyagent rather nicely.

But piping GBs of data through an encrypted SSH connection
is still slow.  The performance issues the OP is
trying to address are real.

Another approach would be to add a new option to SSH
so that it could encrypt only the initial authentication,
then pass data unencrypted after that.  This would
go a long way to addressing the performance concerns.

Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F203807.6010805>