首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何用AES-GCM生成ssh密钥?

如何用AES-GCM生成ssh密钥?
EN

Unix & Linux用户
提问于 2023-02-20 14:24:19
回答 1查看 102关注 0票数 0

我使用这个表单来创建我的ssh键:ssh-keygen -t ed25519 -C "your_email@example.com"和我得到的:加密:gcm 256-cbc,是否有可能使用gcm 256-gcm@openssh.com呢?谢谢

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2023-02-20 14:38:34

man 1 ssh-keygen声明:

代码语言:javascript
运行
复制
 -Z cipher
         Specifies the cipher to use for encryption when writing an
         OpenSSH-format private key file.  The list of available
         ciphers may be obtained using "ssh -Q cipher".  The default
         is “aes256-ctr”.
代码语言:javascript
运行
复制
ssh-keygen -t ed25519 -Z "aes256-gcm@openssh.com" -C "your_email@example.com"

应该工作得很好

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/736202

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档