Open3

SSH用の秘密鍵を作成するコマンド

torohashtorohash

毎回忘れるので書いとく

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
torohashtorohash

秘密鍵生成、こっちのがいいらしい

ssh-keygen -t ed25519 -C "your_email@example.com"
  • 秘密鍵: ~/.ssh/id_ed25519
  • 公開鍵: ~/.ssh/id_ed25519.pub