feat(topology): add GHC06 layout and deploy docs

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-11 15:02:47 +08:00
co-authored by Claude
parent cf1d26dba9
commit 26d2fcd0b1
9 changed files with 710 additions and 50 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
title NAS Login for Codex
echo Connecting to UGNAS. Complete host verification and password entry here.
echo.
ssh -M -S C:\Users\Armor\.ssh\codex-ugnas-20260721.sock -o ControlPersist=900 UGNAS
echo.
echo SSH session ended. You may close this window.
pause