Files
vpnbot/scripts/start_upstream.sh
T
2024-04-29 20:27:26 +04:00

5 lines
141 B
Bash
Executable File

cat /ssh/key.pub > /root/.ssh/authorized_keys
ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
nginx -g "daemon off;" -c /config/upstream.conf