I've just installed Teamcity 8.0.3 on a fresh Windows Server 2012 machine. Installation was successful, and I'm trying to configure an agent in order to fetch a project stored in a git server. This server uses a ssh key. I've added it to my agent, but when it tries to retrieve the project this error appears.
Failed for the root 'rtogit' #1: List remote refs failed: com.jcraft.jsch.JSchException: The cipher 'aes256-cbc' is required, but it is not available.
I've seen, for example here that I must change my policy, but I'm not a java expert and I don't know what I must do.
Can someone help me please?
Edit: I forgot to say that I've also installed GitExtensions 2.46 complete.