Monitor the shell activity of a user on your Unix system?
Posted
by Joseph Turian
on Server Fault
See other posts from Server Fault
or by Joseph Turian
Published on 2010-03-31T19:26:14Z
Indexed on
2010/03/31
19:33 UTC
Read the original article
Hit count: 415
Trust, but verify.
Let's say I want to hire someone a sysadmin, and give them root access to my Unix system. I want to disable X windows for them, only allow shell usage (through SSH, maybe), so that all operations they perform will be through the shell (not mouse operations).
I need a tool that will log to a remote server all commands they issue, as they issue them. So even if they install a back door and cover their tracks, that will be logged remotely.
- How do I disable everything but shell access?
- Is there a tool for instantaneously remotely logging commands as they are issued?
© Server Fault or respective owner