Sudosh

From GSLUG

Jump to: navigation, search

Notes from my talk at GSLUG 2009-11-14 meeting about Sudosh2

Download, compile and install

cd /tmp

wget -O sudosh2-1.0.2.tgz http://downloads.sourceforge.net/project/sudosh2
/sudosh2/v1.0.2/sudosh2-1.0.2.tgz?use_mirror=softlayer

tar xzvf sudosh2-1.0.2.tgz

cd sudosh2-1.0.2

NOTE: removed -Werrors from $CFLAGS in file configure
./configure --with-defshell=/bin/bash

make
sudo make install

Run (starts recording a session)

/usr/local/bin/sudosh (or just sudosh)

Make sudosh the default shell

  • add full path of /usr/local/bin/sudosh to /etc/shells
  • add/change user shell to /usr/local/bin/sudosh

List recorded sessions

sudo sudosh-replay

Playback a session

sudo sudosh-replay mdf-mdf-1258174118-Qtei481eFv6EZtA9^C


References

Personal tools
Linux