Generating a new SSH key and adding it to the ssh-agent - GitHub Docs
https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
// ここ見て今さら知ったんだけどさ、今って rsa とかじゃなく Ed25519 なんね。
https://wiki.archlinux.jp/index.php/SSH_%E9%8D%B5
"Ed25519 は楕円曲線による署名方式で、ECDSA や DSA よりも安全なセキュリティ、高いパフォーマンスを実現します"
// 困った時は信頼の ArchWiki
SSH は (RSA 鍵より) ED25519 鍵の方が強固で速い - らくがきちょう
https://sig9.hatenablog.com/entry/2020/01/11/000000