Date: Tue, 8 Jun 2004 01:03:06 -0400 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Kyle Mott <kyle@xraided.net> Cc: freebsd-stable@freebsd.org Subject: Re: Viewing SSH Connection Message-ID: <20040608050306.GA28871@electra.cse.Buffalo.EDU> In-Reply-To: <000701c44d13$cab121a0$1414a8c0@kyle> References: <000701c44d13$cab121a0$1414a8c0@kyle>
next in thread | previous in thread | raw e-mail | index | archive | help
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 |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040608050306.GA28871>
