docs(M00-B): 记录首次远端推送校验

This commit is contained in:
Codex
2026-06-15 16:05:33 +08:00
parent 28613b2093
commit aa43276e2a
8 changed files with 19 additions and 20 deletions
+3 -4
View File
@@ -32,11 +32,10 @@ powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-gitea-ssh.ps1
该脚本只检查已有 known_hosts 与 SSH 握手,不自动写入新主机指纹。
## 当前已知阻塞
## 当前记录
- 本地 `known_hosts` 只有 `[localhost]:2222` 记录,未安全确认 `[git.txyundm.cn]:2222`
- 最新 push 返回 `Host key verification failed`
- 在可信渠道确认主机指纹前,不应自动追加或覆盖 known_hosts。
- 2026-06-15 首次 `origin/main` push 已成功,且 `HEAD == origin/main` 校验通过
- 如后续再次出现 `Host key verification failed`,仍应先通过可信渠道确认主机指纹,不自动追加或覆盖 known_hosts
## 生产发布