Maybe you have a conflicting jsch jar file that ends up getting loaded in front of the correct/newer version. Look for all jsch jars on your machine and see what versions they are, and maybe temporarily (re)move older ones.
-- Jason On Thu, Jan 28, 2010 at 6:25 PM, Filip Hanik - Dev Lists <devli...@hanik.com > wrote: > I get the error thrown by > > JSchException("Algorithm negotiation fail") > > and it says everywhere that it was fixed when MAven went to 2.1 (instead of > 2.0) but I still get it > > Filip