Initial commit: SSH config and public keys

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-09 13:03:11 +08:00
commit 3d98959740
13 changed files with 465 additions and 0 deletions

41
config.d/acetech Normal file
View File

@@ -0,0 +1,41 @@
# --- 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
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