matthiasblaesing commented on issue #3700: URL: https://github.com/apache/netbeans/issues/3700#issuecomment-1059813816
I created a pull request and here is a test build: https://doppel-helix.eu/NetBeans-dev-dev-ff00b6542e7a8c5e8fa39a0d8f0df663b7061e0f-release.zip I tested ecdsa and ed25519 keys on linux. Support for SSH Agents was only tested with an rsa key on Windows and Linux (PAgent and SSHAgent). The ssh bundle was marked to depend on: - JNA (Integration of PAgent) - JUnixsocket (Integration of SSHAgent) - Bouncy Castle (Support for more exotic Keys on not so new JDKs) The updated SSH library integrates support for agent integration, so the dedicated NetBeans modules was removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
