I'm trying to set up Spring Cloud Config that connects to remote Git repository using SSH but keep getting error 'Algorithm negotiation fail'. Someone suggested that I change the SSH client because Jsch 0.1.55 does not support certain kex algorithms, but JSch is used by JGit which in turns by Spring Cloud Config so it's not really an option, is it?.
I can connect to the repository just fine using HTTPS, is it really the only option for now?
Any help would be greatly appreciated.
Best regards,
James