Initial commit

Signed-off-by: Alexander <hi@odyssey346.dev>
This commit is contained in:
2023-02-07 15:14:14 +01:00
commit be95f39140
5 changed files with 80 additions and 0 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
ssh-keygen -A >> /dev/null
cat /etc/motd
echo ""
exec /usr/sbin/sshd -D -e "$@" >> /dev/null