You have downloaded the ZIP file and now want to use the generated keys with the Windows SSH client.
C:\Users\YourUsername\.ssh\
directoryid_rsa.key
to the C:\Users\YourUsername\.ssh\id_rsa
id_rsa.pub
to the C:\Users\YourUsername\.ssh\id_rsa.pub
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Set-Service -Name ssh-agent -StartupType Automatic
Start-Service ssh-agent
ssh-add C:\Users\YourUsername\.ssh\id_rsa