From 6f029d4d58b916da45a8de76360222ac6e77adeb Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 13 Oct 2025 22:01:46 +0200 Subject: initial commit --- entrypoint.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 entrypoint.sh (limited to 'entrypoint.sh') diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..1d821ef --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +PASSWD=rootbeer +FLAG=AAAAA +echo "root:$PASSWD" | chpasswd +echo "$FLAG" > /root/flag.txt +/usr/sbin/sshd -D -- cgit v1.2.3