Last active
May 27, 2021 02:51
-
-
Save IkezoeMakoto/5c72449bd931ba80b9a448f27d778a03 to your computer and use it in GitHub Desktop.
鍵を生成する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -t rsa(rsa形式を指定) -b 4096(ビット長を4096にデフォだと短いので) -N ""(パスフレーズは不要) -f ~/.ssh/id_rsa(出力ファイル名、ここはお好みで) | |
ssh-keygen -t rsa -m pem -b 4096 -N "" -f ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment