sshlib icon indicating copy to clipboard operation
sshlib copied to clipboard

Any plans to merge all EC support into "jenkinsci/trilead-ssh2" project?

Open mpet opened this issue 5 years ago • 1 comments

Hi,

I compared to https://github.com/jenkinsci/trilead-ssh2 on gitub that we are using. I see you have support for Elliptic Curve (EC) KeyExchange algoritm. Any plans to merge this in the the aforementioned project? Also does the support for EC require Bouncy Castle to enable it?

Or could we re-use your implementation for Kex for BC and add it to "jenkinsci/trilead-ssh2"?

br,

//mike

mpet avatar Nov 09 '20 09:11 mpet

As long as you adhere to the license terms, I don't see any problem either way. I think I wrote and contributed EC support for all the Java-based SSH libraries I could when I implemented this one.

kruton avatar Jan 26 '21 18:01 kruton