Penguin
Note: You are viewing an old revision of this page. View the current version.

How to allow another user to connect to your screen

We require two options in our ~/.screenrc to do this:

multiuser on
acladd nathan,root

The multiuser line tells screen to enable multiple users on all screens this user launches. Then we use acladd to give full permissions to root and nathan to this terminal. However screen will have to be suid root to work for non root users.