Re: SSH agent support

2013-05-21 Thread Charles Duffy
Thank you for the response. I've decided, rather than switching back to JSch, to add ssh-agent support to Trilead SSH2. I have an experimental branch of Orion (based on https://orion-ssh2.svn.sourceforge.net/svnroot/orion-ssh2) patched appropriately (the Orion project claims to be the successor to

Re: SSH agent support

2013-05-21 Thread Dmitry Pavlenko
Hello Charles, I'm relatively new to the project, and I can't answer the question why SVNKit switched from JSch (hope my colleagues will give you the answer), but I think I can answer the last 2 questions. There's an interface that represents a tunnel for svn+ssh connection: ISVNConnector. In 0.

Re: SSH agent support

2013-05-21 Thread Alexander Kitaev
Hello Charles, > I'm interested in adding SSH agent support to SVNKit to allow a (potentially > remote/forwarded) agent to perform authentication on behalf of the library. That sounds great! > What's the history behind this? How much has the interface changed since the > JSch implementation was c

SSH agent support

2013-05-21 Thread Charles Duffy
Howdy -- I'm interested in adding SSH agent support to SVNKit to allow a (potentially remote/forwarded) agent to perform authentication on behalf of the library. Upstream support for this is available as an easy-to-integrate 3rd-party library for JSch; however, it appears that SVNKit has transiti