fifth-domain/server-tools/ai-discovery-gateway/jd-ai-discovery-tunnel-ssh-config.example

11 lines
340 B
Plaintext
Raw Normal View History

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