Viewing SSH Connection

Ken Smith kensmith at cse.Buffalo.EDU
Tue Jun 8 05:03:08 GMT 2004


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 at cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |


More information about the freebsd-stable mailing list