mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #487] [Bug] 多个SSH部署有问题 #306
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#306
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 @zxb0303 on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/487
描述问题
多个SSH部署都是用密钥登陆时,后面创建的SSH部署都是使用第1个SSH部署的密钥
@zxb0303 commented on GitHub (Mar 6, 2025):
复现:
1.创建1个SSH部署A使用A的密钥
2.创建1个SSH部署B使用B的密钥
查看SSH部署B会看到展示的是A的密钥,且上传B密钥保存后打开还是A的密钥。
工作流加上A和B,A成功,B失败,提示:failed to create ssh client: ssh: handshake failed: EOF
@zxb0303 commented on GitHub (Mar 6, 2025):
docker 部署的 usual2970/certimate:v0.3.0
@fudiwei commented on GitHub (Mar 6, 2025):
无法复现问题 😕
Issue 先开着看看其他人有没有类似的情况没吧。
@zxb0303 commented on GitHub (Mar 7, 2025):
@fudiwei commented on GitHub (Mar 7, 2025):
你是说那个文件名吗?保存后统一都会显示成 sshkey。你可以控制台看看 HTTP 请求里的数据对不对。
@zxb0303 commented on GitHub (Mar 7, 2025):
我知道问题了 是Ed25519不支持