I have a VM with ubuntu that I have installed GIT and is set up correctly to connect automatically to the GIT repository without prompt password, now I've installed GIT in windows using MobaXterm
software to emulate unix machine.
What I want to do is to set up this new machine to have ssh-auth without prompting password, How could I do this with the existing ssh-keys that I have in my VM?
Thanks.