ttysnoop allows you to spy on telnet connections. it wont work on SSH tho
(its a replacement for /bin/login, ssh doesn't use /bin/login ..)
http://freshmeat.net/projects/ttysnoop/download/ttysnoop-0.12d.tar.gz
about the session logging tool, incase they're using bash, you can
use that patch: http://sagi.aresworld.net/bash-2.03.diff (seems like the
author removed it from his own site, so get it from my website) - chown it
to the user, chmod to write-only, and chattr +a:
touch /var/log/histories/$LOGIN
chown $LOGIN /var/log/histories/$LOGIN
chmod 200 /var/log/histories/$LOGIN
chattr +a /var/log/histories/$LOGIN
--Sagi.
On Mon, 1 Jan 2001, Alon Altman wrote:
> Hi,
>
> I am looking for a linux tool which enables root to spy on and intervene
> in a user's session (sorta like kibitz), but without him or her doing
> anything, and even without their knowing of it.
>
> Also, in addition to that, I am looking for a session logging tool, which
> logs either keystrokes or screenfuls (or both) into a log file under root
> permissions.
>
> Ofcourse the tools should be free.
>
> Do you know where I could find such tools?
>
> Alon
>
> --------- if you cut here, you'll probably destroy your monitor ----------
> This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540
> The RIGHT way to contact me is by e-mail. I am otherwise nonexistent :)
>
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>
_
___ __ _ __ _(_) Sagi Bashari
(_-</ _` / _` | | - [EMAIL PROTECTED]
/__/\__,_\__, |_|
|___/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]