Ubuntu – Lock a byobu session with password

byobugnu-screenUbuntu

I used to leave my byobu sessions detached on a server. I want to lock the session to prevent other users (root account) accessing my session.

Is this possible?

Best Answer

GNU screen (one backend that byobu can use, along with tmux) has the lockscreen functionality. Have a look at the man page to see what it does. The default binding is C-a C-x.

With regard to your trying to lock root out, it's rather pointless. What you can try is to find a locking program that let you set a password and hope that root doesn't know about it.

Related Question