plug-ins to use ssh-agent and Pageant on Eclipse
This project provides Eclipse Plug-ins to use OpenSSH's ssh-agent and Pageant on Eclipse. Provided plug-ins depend on jsch-agent-proxy. This is an effort for Bug179924.
-
Those plug-ins expect jsch-0.1.49. If you are using Eclipse Luna, you can skip this step.
It is available at Eclipse Plug-in update site http://eclipse.jcraft.com/. Install that version through the menue,
Help > Install New Software...
-
Those plug-ins expect some changes for org.eclipse.jsch.{core, ui} plugins, and modified version is avalbale at https://github.com/ymnk/eclipse.platform.team/tree/bug179924 Check out that branch into the workspace.
-
Checkout plug-ins provided by this project into the workspace.
-
Run Eclipse with those plug-ins,
Run > Run As > Eclipse Application
-
Choose the ssh agent you want to use,
Window > Preferences > General > Network Connections > SSH2 > SSH Agent
-
Try CVS or EGit plug-in.
This software is licensed under revised BSD license, and depends on other software.
- com.jcraft.jsch.agentproxy.eclipse.pageant is using JNA, which is licensed under Apache License, Version 2.0.
- com.jcraft.jsch.agentproxy.eclipse.sshagent is using JNA, which is licensed under Apache License, Version 2.0.