mirror of
https://github.com/dustinkirkland/byobu.git
synced 2025-01-30 06:43:26 -08:00
a1d40527da
debian/copyright, debian/source_byobu.py, etc/profile.d/Z97- byobu.sh.in, experimental/byobu-classroom, po/bg.po, po/sv.po, usr/bin/byobu-config.in, usr/bin/byobu-ctrl-a.in, usr/bin/byobu- disable.in, usr/bin/byobu-disable-prompt.in, usr/bin/byobu- enable.in, usr/bin/byobu-enable-prompt.in, usr/bin/byobu-export.in, usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu- keybindings, usr/bin/byobu-launcher.in, usr/bin/byobu-launcher- install.in, usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu- launch.in, usr/bin/byobu-layout.in, usr/bin/byobu-prompt.in, usr/bin/byobu-quiet.in, usr/bin/byobu-reconnect-sockets.in, usr/bin/byobu-select-backend.in, usr/bin/byobu-select-profile.in, usr/bin/byobu-select-session.in, usr/bin/byobu-shell.in, usr/bin/byobu-silent.in, usr/bin/byobu-status-detail.in, usr/bin/byobu-status.in, usr/bin/manifest, usr/lib/byobu/apport, usr/lib/byobu/arch, usr/lib/byobu/battery, usr/lib/byobu/color, usr/lib/byobu/cpu_count, usr/lib/byobu/cpu_freq, usr/lib/byobu/cpu_temp, usr/lib/byobu/custom, usr/lib/byobu/date, usr/lib/byobu/disk, usr/lib/byobu/disk_io, usr/lib/byobu/distro, usr/lib/byobu/ec2_cost, usr/lib/byobu/entropy, usr/lib/byobu/fan_speed, usr/lib/byobu/hostname, usr/lib/byobu/include/colors, usr/lib/byobu/include/common, usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/constants, usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/icons, usr/lib/byobu/include/mondrian, usr/lib/byobu/include/notify_osd, usr/lib/byobu/include/select- session.py, usr/lib/byobu/include/shutil, usr/lib/byobu/include/tmux- detach-all-but-current-client, usr/lib/byobu/include/tmux-send- command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-all- windows, usr/lib/byobu/include/toggle-utf8.in, usr/lib/byobu/ip_address, usr/lib/byobu/load_average, usr/lib/byobu/logo, usr/lib/byobu/mail, usr/lib/byobu/memory, usr/lib/byobu/menu, usr/lib/byobu/network, usr/lib/byobu/notify_osd, usr/lib/byobu/processes, usr/lib/byobu/raid, usr/lib/byobu/reboot_required, usr/lib/byobu/release, usr/lib/byobu/services, usr/lib/byobu/session, usr/lib/byobu/swap, usr/lib/byobu/time, usr/lib/byobu/time_utc, usr/lib/byobu/trash, usr/lib/byobu/updates_available, usr/lib/byobu/uptime, usr/lib/byobu/users, usr/lib/byobu/whoami, usr/lib/byobu/wifi_quality, usr/share/byobu/keybindings/f- keys.screen, usr/share/byobu/keybindings/f-keys.screen.disable, usr/share/byobu/keybindings/f-keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/classroom, usr/share/byobu/profiles/common, usr/share/byobu/profiles/NONE, usr/share/byobu/profiles/screenrc, usr/share/byobu/profiles/tmux, usr/share/byobu/profiles/tmuxrc, usr/share/byobu/status/status, usr/share/byobu/status/statusrc, usr/share/byobu/tests/byobu-time-notifications.in, usr/share/dbus- 1/services/us.kirkland.terminals.byobu.service, usr/share/man/man1/byobu-export.1: - update byobu.co email addresses to byobu.org
163 lines
4.4 KiB
Bash
Executable File
163 lines
4.4 KiB
Bash
Executable File
#!/bin/sh -e
|
|
#
|
|
# byobu-classroom - set up a byobu-classroom shared screen session,
|
|
# with one writer and many guest readers
|
|
#
|
|
# Copyright (C) 2011 Canonical Ltd.
|
|
#
|
|
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, version 3 of the License.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
PKG="byobu"
|
|
|
|
. "/usr/lib/$PKG/include/shutil"
|
|
|
|
usage() {
|
|
echo
|
|
echo "Usage: $0 [HOSTUSER [GUESTUSER]]"
|
|
echo
|
|
echo "If HOSTUSER is unspecified, \$SUDO_USER [$SUDO_USER] is used."
|
|
echo "If GUESTUSER is unspecified, 'guest' is used."
|
|
echo
|
|
}
|
|
|
|
[ -n "${1}" ] && HOSTUSER="${1}" || HOSTUSER="$SUDO_USER"
|
|
[ -n "${2}" ] && GUESTUSER="${2}" || GUESTUSER="guest"
|
|
|
|
# Ensure that our host user exists
|
|
while ! id "$HOSTUSER" >/dev/null 2>&1; do
|
|
error "Host user does not exist"
|
|
id "$HOSTUSER"
|
|
usage
|
|
exit 1
|
|
done
|
|
|
|
# Ensure that there is not already a guest user
|
|
while id "$GUESTUSER" >/dev/null 2>&1; do
|
|
echo
|
|
info "To operate in classroom mode, we must create the [$GUESTUSER] user."
|
|
info "There is already a [$GUESTUSER] user on this system."
|
|
echo
|
|
echo "Do you want to permanently delete the [$GUESTUSER] user now? [y/N]: "
|
|
c=$(head -n1)
|
|
case "$c" in
|
|
y|Y)
|
|
deluser --force --remove-home "$GUESTUSER"
|
|
info "[$GUESTUSER] user deleted"
|
|
;;
|
|
*)
|
|
error "[$GUESTUSER] user still exists"
|
|
id "$GUESTUSER"
|
|
;;
|
|
esac
|
|
done
|
|
|
|
# Ensure that our new guest exists
|
|
while ! id "$GUESTUSER" >/dev/null 2>&1; do
|
|
echo
|
|
info "To operate in classroom mode, we must create the [$GUESTUSER] user."
|
|
echo
|
|
echo "Do you want to create the [$GUESTUSER] user now? [y/N]: "
|
|
c=$(head -n1)
|
|
case "$c" in
|
|
y|Y)
|
|
# Hardcode password to "guest"
|
|
cryptpw="ubXWbZ4Ffn.mg"
|
|
useradd -m -s /bin/bash -p "$cryptpw" "$GUESTUSER"
|
|
touch "/home/$GUESTUSER/.screenrc"
|
|
chown -R root:root /home/$GUESTUSER
|
|
info "Guest user created"
|
|
;;
|
|
*)
|
|
error "[$GUESTUSER] user does not exist"
|
|
id "$GUESTUSER"
|
|
;;
|
|
esac
|
|
done
|
|
|
|
# Ensure the correct permissions on screen binary
|
|
screen=$(which screen)
|
|
while [ $(stat -c%a "$screen") != "6755" ]; do
|
|
echo
|
|
ls -alF "$screen"
|
|
info "To operate in classroom mode, $screen must have 6755 permissions."
|
|
printf "Do you want to set this now? [y/N]: "
|
|
c=$(head -n1)
|
|
case "$c" in
|
|
y|Y)
|
|
dpkg-statoverride --add root root 6755 "$screen"
|
|
info "Updated $screen"
|
|
echo
|
|
info "To revert this later, run:"
|
|
info " sudo dpkg-statoverride --remove $screen"
|
|
;;
|
|
*)
|
|
error "Incorrect permissions on $screen"
|
|
ls -alF "$screen"
|
|
;;
|
|
esac
|
|
done
|
|
|
|
# Ensure correct permissions on screen's run directory
|
|
service screen-cleanup start
|
|
|
|
# Ensure that SSH configuration is correct
|
|
while [ $(grep -c "#byobu-classrom" /etc/ssh/sshd_config) != "4" ]; do
|
|
echo
|
|
info "To operate in classroom mode, SSH must:"
|
|
info " a) have password authentication enabled"
|
|
info " b) disable TCP Forwarding"
|
|
info " c) force the guest user's login command"
|
|
echo
|
|
printf "Do you want to set these now? [y/N]: "
|
|
c=$(head -n1)
|
|
case "$c" in
|
|
y|Y)
|
|
$BYOBU_SED_INLINE -e '/#byobu-classroom/d' /etc/ssh/sshd_config || true
|
|
echo "
|
|
PasswordAuthentication yes #byobu-classroom
|
|
AllowTcpForwarding no #byobu-classroom
|
|
Match User $GUESTUSER #byobu-classroom
|
|
ForceCommand exec screen -x $HOSTUSER/byobu-classroom #byobu-classroom
|
|
" >> /etc/ssh/sshd_config
|
|
echo
|
|
info "To revert this later, run:"
|
|
info " sudo sed -i -e '/#byobu-classroom/d' /etc/ssh/sshd_config"
|
|
;;
|
|
*)
|
|
error "Incorrect sshd configuration"
|
|
;;
|
|
esac
|
|
done
|
|
service ssh restart
|
|
|
|
|
|
# Launch the session detached
|
|
su -l $HOSTUSER -c 'byobu -c /usr/share/byobu/profiles/classroom -d -m -S byobu-classroom -t shell bash'
|
|
|
|
info "Byobu classroom setup successfully!"
|
|
echo
|
|
info "Please tell your guests to:"
|
|
info " ssh -C $GUESTUSER@$(hostname)"
|
|
info "with password=guest"
|
|
echo
|
|
info "As the host, you should connect with:"
|
|
info " ssh -C $HOSTUSER@$(hostname)"
|
|
info "to control the session"
|
|
echo
|
|
|
|
|
|
# vi: syntax=sh ts=4 noexpandtab
|