add upstream

This commit is contained in:
mercury
2023-06-28 10:25:01 +04:00
parent 920afd2f39
commit cb07dded78
7 changed files with 93 additions and 74 deletions
+4
View File
@@ -0,0 +1,4 @@
cat /ssh/key.pub > /root/.ssh/authorized_keys
ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
nginx -g "daemon off;"