小编Neo*_*oon的帖子

使用 AES-256-CBC 生成 SSH 对

好的,使用 来创建 ssh 对很容易ssh-keygen,但是如何ssh-keygen使用允许我使用 AES-256-CBC 的 ssh 对生成?

默认的始终是 AES-128-CBC,我已经尝试了不同的参数,但它们的功能并不像:

ssh-keygen -b 4096 -t rsa -Z aes-256-cbc
Run Code Online (Sandbox Code Playgroud)

但他们没有工作,知道怎么做吗?

linux ssh debian

7
推荐指数
1
解决办法
2万
查看次数

标签 统计

debian ×1

linux ×1

ssh ×1