fix(ci): preserve ssh mcp known hosts [skip ci]

This commit is contained in:
Your Name
2026-05-01 17:18:32 +08:00
parent b72eac0712
commit 8e49f2ea88
6 changed files with 25 additions and 11 deletions

View File

@@ -171,6 +171,9 @@ MoWoooWorkDown → Jaccard 匹配 momo-app-down-repair → SSH ollama@192.168.0.
- `ollama@192.168.0.188`
- Runtime config:
- `SSH_MCP_HOST_USERS=192.168.0.188=ollama`
- Runtime known_hosts:
- `ssh-mcp-key.data.known_hosts` must be non-empty and mounted at `/etc/ssh-mcp/known_hosts`
- Because the file is mounted with `subPath`, updating the Secret requires rolling API/worker pods before asyncssh sees the new trust store
- NetworkPolicy egress:
- `192.168.0.110:22`
- `192.168.0.120:22`