mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #388] [Bug] 为什么新增ssh部署的时候,key口令是必填项? #244
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bd-dxg on GitHub (Dec 21, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/388
描述问题
为什么新增ssh部署的时候,key口令是必填项? #206
复现步骤
复现该问题的步骤:
期望的结果
我的key在生成的时候就没有设置密码
截图

环境
其他信息
我都不知道开发者到底在想什么? 为什么设置key口令是必填项?到底是什么样的想法?
@fudiwei commented on GitHub (Dec 22, 2024):
随便在输入框里输入点儿什么然后再删掉成空白就好了。
从低版本升级上来的旧授权数据会在某些场景下触发错误的表单验证,只对旧数据首次编辑有影响,新建授权是没有影响的。这是一个已知问题,已计划在 v0.3 时修复。