On Sun, Nov 20, 2016 at 12:31 PM, Richard Owlett <[email protected]>
wrote:

> .....
>
> Is there a standard log file that will record *ALL* operator
> "GUI" *OR* "command line" actions *AND* the system's response?
>
> I've the time but am short on test procedure design skills.
>
> The closest thing to your request that is standard would be enabling
auditd on your system.
It won't capture the responses but will capture the command line operations.

To capture both command line and responses you will need a recorder of some
type.  The simplest that
is included by default is script.  That normally requires an invocation on
the command line but I guess it could be started from a login.

Something I learned from a conference.  The Chicago Mercitile Exchange
requires everyone working on production machines to login through a set of
bastion host machines.  These
are the only ones that can reach the production machines.  They are
configured to run 'screen' to capture everyone session.  This is only for
ssh access though.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to