1

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/

imnotneo
  • 23
  • 3

1 Answers1

2

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.

theotherreceive
  • 8,365
  • 1
  • 31
  • 44