This commit is contained in:
1
2026-01-27 07:38:40 +00:00
parent 5a245f9354
commit 78a81c1026

View File

@@ -56,7 +56,7 @@ steps:
# 替换原SSH认证判断代码
- |
ssh_output=$$(ssh -vvv -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new git@github.com 2>&1)
echo "===== 完整SSH连接日志 ====="
echo "$$ssh_output"
echo "===== SSH日志结束 ====="