Files
ssh/config.d/acetech
2026-04-10 14:05:52 +08:00

42 lines
853 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --- AceTech Corp. ---
# AceTech 9F 防火牆
Host acetech_9f_fw 192.168.6.1
HostName 192.168.6.1
User ubuntu
ProxyJump 60.251.128.52
Host 60.251.128.52
User ubuntu
# AceTech B2B 服務 (內網)
Host acetech_b2b_local 192.168.88.36
HostName 192.168.88.36
User timmy
# 服務B2B Web(6543), Postgres(5433), Redis(6379)
# AceTech MantisBT (問題追蹤系統)
Host acetech_mantis 192.168.88.91
HostName 192.168.88.91
User root
# AceTech 內網主機自動跳接
Host 192.168.6.*
User ubuntu
ProxyJump acetech_9f_fw
Host 192.168.88.40
User root
# AceTech 21F 防火牆
Host acetech_21f_fw 220.135.87.91
HostName 220.135.87.91
User timmy
ProxyJump 211.23.141.208
# AceTech 21F 內網主機 (含 nip.io)
Host 192.168.68.1 192.168.68.1.nip.io
User timmy
ProxyJump acetech_21f_fw