0

Possible Duplicate:
Log SSH activity

I need to implement a secure server to be the only source for connecting to routers and switches in the lan. The only task that that is getting me trouble to solve is the requirement to log all the users actions in the server (and the routers).

I've trying with ttysnoop, but can't autostart the log to file when a user log in.

Ther is a way to accomplish this?

(Sorry for my english)

Nextoor
  • 49
  • 4

1 Answers1

1

Maybe rootsh could work. http://www.hackersgarage.com/how-to-track-linux-shell-users-activity.html

Ruediger
  • 2,182