On Thu, Feb 09, 2006 at 05:40:49AM -0800, bhargi wrote: > > Hi > i was looking for tool to see what other person doing in ssh session in > realtime if required to interactive in the same session.
GNU screen is your tool for the job. Let's say A and B want to simultaneously use the same shell on the machine M. A logs in as user U and starts screen. B logs in as user U and does screen attach (screen -x). From now on A and B can both type simultaneously and see the same output. For a tutorial on screen (written by our very own Anand Avati), see: http://80x25.org/screen/exploiting-screen.pdf [btw, no response to the call for a meet on 12th. Wake up, people ;)] Vikas
