Hi Team,
I have installed GIT( https://github.com/git-for-windows/git/releases/download/v2.13.3.windows.1/Git-2.13.3-64-bit.exe) on a windows server and my local system, An SSH key has been generated and a connection has been established between the windows server and my local system.
I am successfully able to add and commit my project using GIT bash to the windows server. I am also able to clone the project from the server to my local using GIT bash , But when I try to clone the project using Katalon studio it asks for Password, Are there any steps to set up this authentication? As I am able to perform the same actions using GIT bash and do not need any authentication while cloning the project in a folder using GIT bash.
When I click on Next it shows the below dialog box
When I Click on Yes it shows the below dialog box
But when I go to my .SSH folder I can see a known_hosts file there but the location in the above screenshot says ssh but the location on my system is .ssh
Not sure if that might be an issue on katalon as it is looking for the Known_host file in ssh folder , but the system generated folder is named as .ssh - It is a guess.
Please help me with the above set up and let me know if more details required.