-2

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

例如(伪代码):

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

谢谢。

4

1 回答 1

3

来自man ssh-keygen

    -N new_passphrase
         Provides the new passphrase.
于 2012-11-17T02:49:27.887 回答