Gentoo Archives: gentoo-server

From: Robert Sanders <rob-lists@××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] show screen over ssh
Date: Wed, 24 Mar 2004 21:39:08
Message-Id: 200403241638.33118.rob-lists@route256.com
In Reply to: Re: [gentoo-server] show screen over ssh by Kirk Smith
1 On Wednesday 24 March 2004 01:14 pm, Kirk Smith wrote:
2 > This works, but is less then easily read. Is there a better way or program
3 > to parse the screen, perhaps in real time so you can watch a user who's
4 > having troubles and give them a hand, etc?
5 >
6
7 I'll second using screen for this.
8
9 You usually need to be the same user, but have someone start a screen session,
10 then you attach it with screen -x and you both will be driving the same
11 screen session. You can interact, but it can be tricky at first not steping
12 on each other ;)
13
14 Rob