Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSH キーを生成するためのシェル コマンドは何ですか?ただし、これを自動化するために標準入力の代わりにコマンドの一部としてパスフレーズを提供しますか?
例(疑似コード):
ssh-keygen -f ./id_rsa -t rsa --passphrase=my-secret-here
ありがとう。
からman ssh-keygen:
man ssh-keygen
-N new_passphrase Provides the new passphrase.