Posted in Linux
Put a password on your screen session
July 23, 2007 - 1 comment
You can “protect” the access to a screen session.
Don’t use your usual password, as the method used is pretty weak (standard DES)
Open a screen session :
$ screen
Inside the session press “ctrl + a” then type “:password”
If successfully set, you should see [ Password moved into copybuffer ] in the lower left corner of the terminal.
Now you can detach by pressing “ctrl + a” then type “d”
Reattach with “screen -r” from the prompt.
You should be prompted for the session password.
Comments
Leave Comment
Please consider visiting the partners below if you enjoyed this article :If this post saved you time and money, please consider checking my Amazon wishlist.







Sébastien Wains » Sharing your bash session using screen
[...] Putting a password on a screen session : http://www.wains.be/index.php/2007/07/23/put-a-password-on-your-screen-session/ [...]