Re: let somebody watch my actions over the network

2007-01-15 Thread Pieter de Goeje
On Sunday 14 January 2007 11:28, Dino Vliet wrote: So basically, if I login through ssh, he wants to sit behind the machine and see what actions I'm doing. And because we talk over skype, we could have this whole interactin going on while I'm configuring his machine. How could I accomplish

let somebody watch my actions over the network

2007-01-14 Thread Dino Vliet
Hi peeps, I have this question about administering a freebsd box through ssh. I am helping a friend of mine configuring his freebsd 6.1 system. But he lives in anothe rpart of the town so we are working through ssh. But because he wants to learn by looking over my shoulder at the things I do, he

Re: let somebody watch my actions over the network

2007-01-14 Thread kbtrace
Maybe watch(8) will help you, and lastcomm(1) is also helpful. Dino Vliet 写道: Hi peeps, I have this question about administering a freebsd box through ssh. I am helping a friend of mine configuring his freebsd 6.1 system. But he lives in anothe rpart of the town so we are working through ssh.

Re: let somebody watch my actions over the network

2007-01-14 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kbtrace wrote: Maybe watch(8) will help you, and lastcomm(1) is also helpful. Dino Vliet 写道: Hi peeps, I have this question about administering a freebsd box through ssh. I am helping a friend of mine configuring his freebsd 6.1 system. But

Re: let somebody watch my actions over the network

2007-01-14 Thread Peter N. M. Hansteen
kbtrace [EMAIL PROTECTED] writes: Maybe watch(8) will help you, and lastcomm(1) is also helpful. alternatively, start script(1) and make sure the other user can read the file, using tail -f or somesuch. That's also a quite convenient way to create a record of just what happened so you can see