mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1071] [Bug] failed to create ssh client: ssh: unknown cipher "aes256-gcm@openssh.com", only supports "aes256-ctr" or "aes256-cbc" #723
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#723
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 @ZeroClover on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1071
Release Version / 软件版本
0.4.7
Description / 缺陷描述
尝试通过 SSH 部署证书时,无法连接到服务器
Steps to reproduce / 复现步骤
通过 SSH 部署证书到服务器
Logs / 日志
Miscellaneous / 其他
sshd_config 为 Debian 12 的默认配置
Contribution / 贡献代码
@ZeroClover commented on GitHub (Nov 30, 2025):
阅读代码后发现这个错误和 SSH 服务器的算法无关,而是和 SSH 私钥的加密算法有关
Go 目前支持
aes256-gcm@openssh.com用于 SSH 会话加解密,但暂时不支持用作私钥加解密