Displaying 2 results from an estimated 2 matches for "yamux".
2019 Oct 16
2
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
...onnection may not be over a network at all ? it may be
over a serial line, Xen vchan, or other such stream. Using a full
VPN is overkill here.
The HPN patches for OpenSSH are the closest to a solution I have found,
although I might wind up writing my own tool. Would a dedicated
protocol, such as yamux, be better for this than SSH?
Sincerely,
Demi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments...
2019 Oct 16
6
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
On 2019-10-15 20:00, asymptosis wrote:
> On Tue, Oct 15, 2019 at 07:43:00PM -0400, Demi M. Obenour wrote:
>> On 2019-10-15 19:11, Job Snijders wrote:
>>> The S in SSH stands for secure. You are asking the wrong group of people.
>>> You?ll have to resolve your issue in some other way.
>>>
>> This tool would only support running on stdin/stdout. Indeed,