Files
ssh/config.d/acetech
Timmy 3d98959740 Initial commit: SSH config and public keys
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 13:03:11 +08:00

42 lines
808 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
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