A package to manage tmux spies.
This package is intended to create users that can attach to tmux sessions in readonly mode.
The created users cannot do anything on the system except for watching tmmux sessions.
It can work with tmux, byobu, etc. as long as you can call tmux bin directlly.
Tmux Guest requires tmux to be installed
wget https://github.com/mie00/tmux-guest/releases/download/0.0.0/tmux-guest-0.0.0.tar.gz
tar -xf tmux-guest-0.0.0.tar.gz
cd tmux-guest-0.0.0
./configure
make
make install
See INSTALL for detailed installation instructions.
guest add myguest # adds a username myguest
guest allow myguest # allow myguest to spy on the user's sessions
guest kick myguest # kick myguest out
guest deny myguest # disallow myguest from spying
guest delete myguest # remove user myguest
Thanks guys for sharing the knowledge:
Jo: If it wasn't for him, I wouldn't be able to pull this out.
Azmy: For teaching me lots of linux related stuff.
Thabet: For the nice talk we had regarding special permissions.
Abdulrahman: For introducing me to tmux.
Copyright © 2016 Mohamed Elawadi