创建 ssh 密钥,但在命令行提供密码


生成

SSH密钥的shell命令是什么,但提供密码短语作为命令的一部分,而不是用于自动执行此操作的标准输入?

例如(伪代码):

ssh-keygen -f ./id_rsa -t rsa --passphrase=my-secret-here

谢谢。

man ssh-keygen

    -N new_passphrase
         Provides the new passphrase.

相关内容

  • 没有找到相关文章

最新更新