Files
vpnbot/scripts/start_sing.sh
T
2024-04-24 01:06:44 +04:00

6 lines
162 B
Bash

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