Subject: Re: ISO App for sharing a terminal/shell
To: Beaker <beaker@myrealbox.com>
From: Andrew Gillham <gillham@vaultron.com>
List: netbsd-users
Date: 08/21/2002 15:32:42
On Wed, Aug 21, 2002 at 03:17:44PM -0700, Beaker wrote:
> I'm looking for an application or method of allowing two (or more?) users to
> share a single console session (or at least be able to see eachother's
> sessions). It would need to allow users to be either local or remotely
> logged in, preferable via ssh or equiv. I think Linux has something called
> ttysnoop, but I didn't see it in the Packages collection. It seems to me
> that it shouldn't be too hard a feat, after all, Unix is all about
> networking ( :

Is that kind of like "ISO Image" as well? :-)

Use the screen utility, it supports multi-user attachment.
Look in pkgsrc/misc/screen for more info.

-Andrew