Tool to share an SSH session?
Jiva DeVoe
plug-discuss@lists.plug.phoenix.az.us
Mon, 22 Jul 2002 18:03:28 -0700
Aha! You are the man! :)
On 7/22/02 5:39 PM, "Shawn Rutledge" <e_cloud@yahoo.com> 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.