Tool to share an SSH session?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jiva DeVoe
Date:  
Subject: Tool to share an SSH session?
Aha! You are the man! :)

On 7/22/02 5:39 PM, "Shawn Rutledge" <> wrote:

> On Mon, Jul 22, 2002 at 05:15:47PM -0700, Jiva DeVoe wrote:
>> I need a tool like a multi-user "screen"... Meaning, I need to be able to
>> have users connect to my shell, while I'm using it, and view the commands I
>> am typing. VNC could do this, but that's a little heavyweight... All I want
>> is something to share a shell. Anyone know of such a beast?
>
> Screen _can_ do that.
>
> screen -x
>
> will attach to the existing session and echo output. It seems that you
> can type in either one, too.