diff options
Diffstat (limited to 'entrypoint.sh')
| -rwxr-xr-x | entrypoint.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
