From owner-freebsd-stable@FreeBSD.ORG Tue Jun 8 05:03:07 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F154916A4CE for ; Tue, 8 Jun 2004 05:03:07 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D5443D49 for ; Tue, 8 Jun 2004 05:03:07 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i58536Ax029336; Tue, 8 Jun 2004 01:03:06 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i58536ce029335; Tue, 8 Jun 2004 01:03:06 -0400 (EDT) Date: Tue, 8 Jun 2004 01:03:06 -0400 From: Ken Smith To: Kyle Mott Message-ID: <20040608050306.GA28871@electra.cse.Buffalo.EDU> References: <000701c44d13$cab121a0$1414a8c0@kyle> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701c44d13$cab121a0$1414a8c0@kyle> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: Viewing SSH Connection X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 05:03:08 -0000 On Mon, Jun 07, 2004 at 09:48:07PM -0700, Kyle Mott wrote: > Hi. I was wondering if anyone knows of a way to 'view' what another > person is typing over an SSH terminal? > > Essentially, I want a friend to be able to look at what I'm typing > real-time into the console. We will both be connected to the server via > SSH. Is there a way to do this? > > If this is not possible, are there any other options (aside from using > Telnet)? Since you both have access to the server one way to do this is for you to do: script -t0 and your friend to do: tail -f typescript I'm sure there are other ways... -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel |