生成
SSH密钥的shell命令是什么,但提供密码短语作为命令的一部分,而不是用于自动执行此操作的标准输入?
例如(伪代码):
ssh-keygen -f ./id_rsa -t rsa --passphrase=my-secret-here
谢谢。
从 man ssh-keygen
:
-N new_passphrase
Provides the new passphrase.