initial commit

This commit is contained in:
2023-10-28 16:02:35 +11:00
commit f6f75b3a00
5 changed files with 48 additions and 0 deletions

3
etc/s6/ssh/finish Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
exit 0

5
etc/s6/ssh/run Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
pushd /root >/dev/null
exec /usr/sbin/sshd -D -e 2>&1
popd