What are the dangers involved regarding security in sharing a screen session with other users?

I plan to follow this guide: http://magazine.redhat.com/2007/09/27/a-guide-to-gnu-screen/

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

There's two main security risks there

  • Making screen setuid root. This means that anyone who runs it can run it with root privlidges.
  • The 'guest' user can run commands as the other user.

Screen is wonderful, but I'd avoid sharing it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.