Files
ssh/config.d/acetech
Timmy e764c3eae5 Add comments, fix ProxyJump bug, clean up formatting
- Add VirMach VPS comment for 141.11.93.252
- Add Raspberry Pi DHT11 comment for 192.168.88.4
- Add MA Dev comment for 192.168.88.18, remove unused LocalForward
- Fix acetech ProxyJump: acetech_9f → acetech_9f_fw
- Fix 140.136.202.209 indentation in jason_hsieh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 14:21:25 +08:00

42 lines
811 B
Plaintext
Raw 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
HostName 192.168.88.36
User timmy
# 服務B2B Web(6543), Postgres(5433), Redis(6379)
# AceTech MantisBT (問題追蹤系統)
Host acetech_mantis
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
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