0ec0aaf174
API set_temp_login 传 expire_time=86400;SSH 回退用自定义脚本替代 tools.py 3 小时默认。
821 B
821 B
审计 — 2026-06-21 宝塔临时登录 24 小时
Changelog: docs/changelog/2026-06-21-btpanel-temp-login-24h.md
Step 3 规则扫描
| 文件 | 规则 | 结论 |
|---|---|---|
constants.py |
单点 TTL 常量 | PASS |
btpanel_service.py |
API 传 expire_time,token 拼 URL | PASS |
ssh_login.py |
base64 远程脚本,无静默吞错 | PASS |
Closure
| 项 | 状态 | 说明 |
|---|---|---|
| 默认 3h 临时登录 | FIXED | API + SSH 均 86400s |
文件清单
server/infrastructure/btpanel/constants.pyserver/application/services/btpanel_service.pyserver/infrastructure/btpanel/ssh_login.pytests/test_btpanel_temp_login_ttl.pydocs/changelog/2026-06-21-btpanel-temp-login-24h.md
DoD
- expire_time = now + 86400
- pytest 通过