# Filename:      /etc/grml/screen_multisession
# Purpose:       configuration file for use in multisession mode of GNU screen
# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports:   see http://grml.org/bugs/
# License:       This file is licensed under the GPL v2 or any later version.
################################################################################

# who is allowed to connect via multiuser-mode?
addacl root,grml

# allow multiuser-mode
multiuser on

# redefine C-a
defescape ^Bb
escape ^Bb

# no nag-screen, please
startup_message off

## END OF FILE #################################################################
