Prerequisite: Git Bash To install Git: Download and initiate the Git installer. Below are steps to generate ssh keys On the windows machine In Windows, press Start+R to launch the Run dialog. Type C:\Program Files\Git\bin\bash.exe and press Enter. mkdir keys: Create a directory with name as keys. cd keys: Move to…