Re: how to monitor remote users shell activities best ? watch / snp / ...

2003-10-31 Thread Andreas Klemm
On Wed, Oct 29, 2003 at 10:38:33PM +, Bruce M Simpson wrote: > Check out the whowatch port. On Thu, Oct 30, 2003 at 05:01:33PM +, Matt Freitag wrote: > The closest thing to my knowledge, would probably be "whowatch" > which resides in /usr/ports/sysutils/whowatch. > It doesn't allow you to

Re: how to monitor remote users shell activities best ? watch / snp / ...

2003-10-30 Thread Bruce M Simpson
On Wed, Oct 29, 2003 at 10:01:16AM +0100, Andreas Klemm wrote: > Is there a freebsd tool that shows you in realtime, which users > are logged in from remote using which pty port ? Check out the whowatch port. BMS ___ [EMAIL PROTECTED] mailing list http:

Re: how to monitor remote users

2003-10-30 Thread Matt Freitag
On Wed, Oct 29, 2003 at 3:01 AM, Andreas Klemm wrote: > Is there a freebsd tool that shows you in realtime, which users > are logged in from remote using which pty port ? > > So to say something like > while true > do > clear; w; sleep 10 > done > > Preferable as X11 application. > The closest th

how to monitor remote users shell activities best ? watch / snp / ...

2003-10-29 Thread Andreas Klemm
Is there a freebsd tool that shows you in realtime, which users are logged in from remote using which pty port ? So to say something like while true do clear; w; sleep 10 done Preferable as X11 application. Cool would be options like: - log the snooped data - show their running processes