Monday, 15 March 2004

SSH2 for WSAD 5.1

I'm blogging this in the hopes that this will be picked up by google since I looked for the longest time and didn't find the solution anywhere. I ended up contacting the maker of the plugin for CVS access using SSH2 in Eclipse 2.1. I'm using WSAD 5.1.

Long story short, if you are using WSAD 5.1 and need to connect to a CVS server that only has SSH2 running, here is how I did it from advice from ymnk.
download following filesunzip 'org.eclipse.team.cvs.ssh2_0.1.3-rc1-src.zip' in 'plugins' directory.
copy 'jsch-0.1.13.jar', 'jsch-0.1.13-bc.jar', 'bc-119.jar' and 'plugin.xml' into 'plugins/org.eclipse.team.cvs.ssh2_0.1.3/' directory.
And that's it. It worked great for me. I hope it does for other people too.
Listening to: The Crystal Method - Starting Over


Update: Some jars might have moved. If you ever need to do this again you can find a jar on the jcraft site under "downloads" most of the down the page.

2 comments:

  1. Hi.
    Same problem for me, but today ymnk released the 0.1.3 and deleted the rc1-zip from his httpserver.
    With the 0.1.3 (not rc1) I get a NoSuchMethodError on method com/jcraft/jsch/JSch.getHostKeys()
    Maybe, if you still got the "old" rc1 file, could you please send it to me to the address provided?
    Thank you in advance,
    Frank

    ReplyDelete
  2. I sent an email. Let me know if you have any troubles. (I changed your email address to help protect you from spam too)

    ReplyDelete