summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGeorg2021-08-14 10:02:44 +0200
committerGeorg2021-08-14 10:10:42 +0200
commitc27753da863b3c44ceb81b2fe6ac689550704f89 (patch)
tree40e31d653640e43188ce5b45e08136297210a63f /etc
downloadpublic-shell-c27753da863b3c44ceb81b2fe6ac689550704f89.tar.gz
public-shell-c27753da863b3c44ceb81b2fe6ac689550704f89.tar.bz2
public-shell-c27753da863b3c44ceb81b2fe6ac689550704f89.zip
Init
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'etc')
-rw-r--r--etc/dockersh.ini29
-rw-r--r--etc/motd23
-rw-r--r--etc/sshd/sshd-banner2
3 files changed, 54 insertions, 0 deletions
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).