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

6 lines
162 B
Bash
Executable File

cat /ssh/key.pub > /root/.ssh/authorized_keys
ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
sing-box run -c /config/singbox.json > /dev/null &
tail -f /dev/null