fifth-domain/server-tools/jd-forgejo/jd-forgejo-tunnel-ssh-config.example

10 lines
293 B
Plaintext
Raw Permalink Normal View History

Host jd-forgejo-target
HostName JD_PUBLIC_ADDRESS
User root
IdentityFile /etc/guanghu/secrets/ssh/bs_gz_006_to_jd_forgejo_proxy
IdentitiesOnly yes
LocalForward 127.0.0.1:19301 127.0.0.1:3001
ExitOnForwardFailure yes
ServerAliveInterval 30
ServerAliveCountMax 3