fifth-domain/server-tools/ai-discovery-gateway/jd-ai-discovery-tunnel-ssh-config.example
冰朔 05fed0e25c feat: make domestic repository map canonical
Publish REPO-001 through REPO-008 as domestic routes, add the public AI discovery API, and demote Singapore paths to historical backup.
2026-07-17 16:05:31 +08:00

11 lines
340 B
Plaintext

Host jd-ai-discovery-target
HostName DOMESTIC_PRIMARY_PRIVATE_VALUE
User root
IdentityFile /etc/guanghu/secrets/ssh/bs_gz_006_to_jd_ai_discovery
IdentitiesOnly yes
StrictHostKeyChecking yes
ExitOnForwardFailure yes
LocalForward 127.0.0.1:19222 127.0.0.1:3922
ServerAliveInterval 30
ServerAliveCountMax 3