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 - SSH connection should respect ssh-agent and pageant in publickey authentication
Summary: SSH connection should respect ssh-agent and pageant in publickey authentication
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.2
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks: 218918
  Show dependency tree
 
Reported: 2011-12-25 02:30 UTC by ymnk
Modified: 2014-03-06 03:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.