PDA

View Full Version : Log actions via SSH


RosT
11-02-2005, 09:34 AM
How to log users actions via SSH?

getUP
11-02-2005, 11:33 AM
Every user has a ~/.bash_history file if that's what you mean?

RosT
11-02-2005, 11:52 AM
Originally posted by getUP
Every user has a ~/.bash_history file if that's what you mean?

Hm... I'm don't find this is file in user home directory.

jlasman
11-02-2005, 03:19 PM
/home/username/.bash_history will be available for everyone who uses bash as her/his login shell.

There's no way to track actions taken through the control panel.

Jeff