Files
vpnbot/scripts/start_hysteria.sh
2025-12-01 00:13:19 +04:00

6 lines
154 B
Bash

cat /ssh/key.pub > /root/.ssh/authorized_keys
ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
hysteria server -c /config/hysteria.yaml &
tail -f /dev/null