JetBrains / teamcity-deployer-plugin

Deployer plugin for TeamCity CI server
http://confluence.jetbrains.net/display/TW/Deployer+plugin
Apache License 2.0
39 stars 29 forks source link

updated jsch library to fix error com.jcraft.jsch.JSchException: Algo… #70

Closed roberthutto closed 8 years ago

roberthutto commented 8 years ago

updated dependencies to fix http://stackoverflow.com/questions/26424621/algorithm-negotiation-fail-ssh-in-jenkins.

Tested this deployed to on teamcity 9.1.1. After deploying build with updated jsch dependency ssh deployer successfully worked without "error com.jcraft.jsch.JSchException: Algorithm negotiation fail"

nskvortsov commented 8 years ago

Thank you!