Can someone point me to some documentation on how to configure "sudosh"? we are currently using just plain sudo. Need to know how to configure in order to capture keystrokes of folks' sessions now that we're going to be using "sudosh" instead of "sudo". This will be deployed on HPUX, Solaris, and LINUX servers. I understand there's also a "playback" feature which enables admins to look at a user's session info using the file created during that user's sudosh session to see exactly what that user did in terms of commands.
Thanks!
http://linux.die.net/man/1/sudosh
http://linux.die.net/man/5/sudosh.conf
http://linux.die.net/man/8/sudosh-replay
This is from the Linux Security Guide:
http://linuxsecure.blogspot.com/2008/04/setup-sudosh-and-swatch-on-linux-server.html
SourceFiles.org has this:
http://www.sourcefiles.org/Shells/sudosh-1.6.3.tar.bz2.shtml
And here is the official homepage:
http://sudosh.sourceforge.net/
wmp