Add IP address aliases to Host directives for direct IP access

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 14:05:52 +08:00
parent e764c3eae5
commit 957c3c8cef
5 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
# Jason Hsieh's Home Server
Host jason_hsieh_home_srv
Host jason_hsieh_home_srv 220.135.27.129
HostName 220.135.27.129
User timmy
Port 2022
@@ -11,12 +11,12 @@ Host jason_hsieh_home_srv
# GCP aaPanel 管理 (Root)
Host gcp_aapanel
Host gcp_aapanel 35.200.32.232
HostName 35.200.32.232
User root
# GCP Server (i3bydo.com)
Host gcp_i3bydo
Host gcp_i3bydo 34.80.52.73
HostName 34.80.52.73
User loyangchun
IdentityFile ~/.ssh/google_compute_engine # 指定金鑰路徑
@@ -25,13 +25,13 @@ Host gcp_i3bydo
UserKnownHostsFile ~/.ssh/google_compute_known_hosts # 獨立存放已知的連線紀錄
# Hospital Media Server (影音/通訊服務)
Host hospital_media
Host hospital_media 106.105.181.40
HostName 106.105.181.40
User tpech_1duan
ProxyJump jason_hsieh_home_srv
# Hospital Web Server (網頁/NPM 管理)
Host hospital_web
Host hospital_web 106.105.181.70
User tpech_1duan
HostName 106.105.181.70
ProxyJump jason_hsieh_home_srv