From c27753da863b3c44ceb81b2fe6ac689550704f89 Mon Sep 17 00:00:00 2001 From: Georg Date: Sat, 14 Aug 2021 10:02:44 +0200 Subject: Init Signed-off-by: Georg --- etc/dockersh.ini | 29 +++++++++++++++++++++++++++++ etc/motd | 23 +++++++++++++++++++++++ etc/sshd/sshd-banner | 2 ++ 3 files changed, 54 insertions(+) create mode 100644 etc/dockersh.ini create mode 100644 etc/motd create mode 100644 etc/sshd/sshd-banner (limited to 'etc') diff --git a/etc/dockersh.ini b/etc/dockersh.ini new file mode 100644 index 0000000..90b5a81 --- /dev/null +++ b/etc/dockersh.ini @@ -0,0 +1,29 @@ +[ADMIN] +command = admin +shell = /bin/bash +names = + cranberry-adm + mogad0n-adm +maintenance = off +maintenance_scp = on +maintenance_text = This Maschine is in Maintanence Mode. However, you can copy files with `scp`, `rsync`, `sftp` or list files with `ls` without connecting to the maschine. I.e. + ssh ${HOSTNAME} ls -la + +[DEFAULT] +image = ubuntu_user +suffix = _${USER} +homedir = /home/${USER} +shell = /bin/bash +greeting = Ready. + +[test01] +image = test01 + +[test02] +image = test02 + +[test03] +image = test03 + +[cranberry-test] +image = cranberry-test diff --git a/etc/motd b/etc/motd new file mode 100644 index 0000000..4430e44 --- /dev/null +++ b/etc/motd @@ -0,0 +1,23 @@ +################################################################# +## ## +## --- https://liberta.casa --- ## +## ## +## - This is an EXPERIMENTAL, Proof Of Concept, environment. ## +## - You are being offered an isolated container which ## +## you are free to experiment in. ## +## - Sudo is not configured by default, but you may ## +## use root password ` freedom `. ## +## - Containers stay running/online for a while ## +## after `exit`ing. ## +## - The memory shown in common CLI tools is NOT accurate - ## +## if you exceed 512MB, processes may get killed. ## +## - At this stage, shells may be reset at any time. ## +## - If you encounter issues, please let us know. ## +## ## +## For your sanity: ## +## - Do NOT consider this a secure environment. ## +## - Do NOT consider this a reliable environment. ## +## - Be considerate, don't waste other users resources. ## +## - Help: Type ` help.sh ` or join #help on irc.liberta.casa ## +## ## +################################################################# diff --git a/etc/sshd/sshd-banner b/etc/sshd/sshd-banner new file mode 100644 index 0000000..ac788a5 --- /dev/null +++ b/etc/sshd/sshd-banner @@ -0,0 +1,2 @@ +You are connecting to the LibertaCasa public shell infrastructure. +If you do not have an account yet, please request one in #libcasa.info on irc.liberta.casa (Webchat: https://liberta.casa/gamja). -- cgit v1.2.3