Windows10ではApril 2018 Update (1803)でSSHクライアントが標準でリリースされました。
SSHの鍵ペアはSSHクライアントのPuTTYをインストールして生成していたのですが、Windows10のSSHクライアントで生成することにします。
PowerShell、もしくはコマンドプロンプトを起動して鍵ペアを生成します。
ssh-keygen -t ed25519 -C "鍵の識別コメント"
Generating public/private ed25519 key pair. Enter file in which to save the key ($HOME/.ssh/id_ed25519): [Enter] Enter passphrase (empty for no passphrase): [パスフレーズ] Enter same passphrase again: [パスフレーズ] Your identification has been saved in $HOME/.ssh/id_ed25519. Your public key has been saved in $HOME/.ssh/id_ed25519.pub. :