From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 14 Feb 2006 01:56:32 -0500 From: William Josephson To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] SSH v2 Message-ID: <20060214065632.GE83910@mero.morphisms.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Topicbox-Message-UUID: fe83037e-ead0-11e9-9d60-3106f5b1d025 On Fri, Feb 10, 2006 at 10:10:02PM -0500, Russ Cox wrote: > The ssh2 directory has my recent attempt at starting over. > The ssh2/old directory has wkj's earlier attempt. I think his > version is unnecessarily complex as far as its use of channels > and I was trying to do something simpler based on a > libmux-ish approach. But I implemented very little. I implemented channels? Who knew. All that I recall doing was the transport layer and crypto. The channel multiplexor never got implemented, as far as I know.