This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206698

Summary: SSH connection should respect ssh-agent and pageant in publickey authentication
Product: versioncontrol Reporter: ymnk <ymnk>
Component: CVSAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 218918    

Description ymnk 2011-12-25 02:30:59 UTC
It must be nice if ssh connections use OpenSSH's ssh-agent or Pageant
in the public-key authentication.

I'm the author of jsch[1], which has been used in NetBeans for
making ssh connections to the remote.
I have released a proxy program to OpenSSH's ssh-agent and Pageant,
named as jsch-agent-proxy[2].  By using this software, NetBeans will be easily
able to use them in the public authentication, and give users good feelings.

If you are interested in it, try it.
Any feedback is welcome.

[1] http://www.jcraft.com/jsch/
[2] https://github.com/ymnk/jsch-agent-proxy
Comment 1 dinamic 2012-12-13 15:23:06 UTC
It seems the current state of Netbeans supports ssh agent, so working with a project which has svn over ssh is possible. Using it, however, on a project with some externals is annoying, because the authentication window comes up every time.
Comment 2 ymnk 2014-03-06 03:25:24 UTC
I found that the code has been committed to support ssh-agent at
  http://hg.netbeans.org/core-main/rev/e54e83490ba9 .
So, this bugzilla entry should be closed.