OpenSSH
macOSのキーチェーンと連携する
macOS
の OpenSSH のビルドでのみ使用できるオプションをそれぞれ有効にする
code:~/.ssh/config
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519