/vol1/1000/OpenClaw_use/ssh/
| nas | 100.94.36.80 TSDebiantrim-4c5a · DERP/exit node · OpenClaw |
| nas-lan | 192.168.5.15 LANtrim-4c5a 區域網直連 |
| oracle | 161.33.154.235 公網OLinstance-20260706-1453 · Tokyo DERP/exit node |
| oracle-ts | 100.73.148.96 TS同上,走 Tailscale |
| oracle-domain | oracle.caseyfung.qzz.io DNS同上,走網域 |
| aws | 100.101.218.17 TSUbuntuip-172-31-14-236 · DERP/exit node |
| hermes-103 | 100.64.224.103 TSWindesktop-nmo2h2i · Hermes AI gateway |
| hp-desktop | 100.90.232.62 TSWinHP 工作機 |
| desktop-anfkf7q | 100.103.141.100 TSWin |
| laptop-p1l722a4 | 100.100.12.100 TSWinoffline |
| sandbox-wb | 100.70.153.18 TSLinuxoffline |
# ============================================================
# SSH Config - Casey Fung 全機群統一配置
# 用途: NAS (OpenClaw) + 103 (Hermes) 共用
# 路徑: /vol1/1000/OpenClaw_use/ssh/config
# ============================================================
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ServerAliveInterval 30
ServerAliveCountMax 3
# ===== NAS (trim-4c5a) =====
Host nas trim-4c5a
HostName 100.94.36.80
User CaseyFung
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
Host nas-lan
HostName 192.168.5.15
User CaseyFung
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
# ===== Oracle Cloud Tokyo =====
Host oracle oracle-cloud
HostName 161.33.154.235
User opc
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/Casey.pem
Host oracle-ts
HostName 100.73.148.96
User opc
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/Casey.pem
Host oracle-domain
HostName oracle.caseyfung.qzz.io
User opc
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/Casey.pem
# ===== AWS DERP =====
Host aws aws-derp
HostName 100.101.218.17
User ubuntu
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/Casey.pem
# ===== Windows machines =====
Host hermes-103 desktop-nmo2h2i
HostName 100.64.224.103
User User
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
Host hp-desktop
HostName 100.90.232.62
User User
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
Host desktop-anfkf7q
HostName 100.103.141.100
User User
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
Host laptop-p1l722a4
HostName 100.100.12.100
User User
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
Host sandbox-workbuddy
HostName 100.70.153.18
User root
IdentityFile /vol1/1000/OpenClaw_use/ssh/keys/id_ed25519_nas
644→600id_ed25519_nas = nas-automation100.73.148.96desktop-nmo2h2i (100.64.224.103)tailscale status 查最新