neonKUBE icon indicating copy to clipboard operation
neonKUBE copied to clipboard

Neon.SSH No override for static class SSHCredentials for FromUserPassword to use passphrase

Open TomT15 opened this issue 2 years ago • 2 comments

image instead of having an overload for the following: image

Maybe im missing something and could just replicate the code using renci, but the reason for moving away from renci is because the of the vulnerability. Any suggestions to get around this would be appreciated.

TomT15 avatar Apr 08 '22 13:04 TomT15

also could use the following: image

Edit: fixing obv oops

TomT15 avatar Apr 08 '22 13:04 TomT15

Found the project and the lib where Neon.ssh. I went ahead and forked and added the change but am unable to push without permissions being granted

TomT15 avatar Apr 08 '22 13:04 TomT15

FIXED: Thanks for the contribution and sorry this has been languishing so long.

I've added an optional passPhrase parameter to the method. Note also that we've pulled non-NEONKUBE libraries out of the neonKUBE repo to a new neonSDK repo in preparation for our neonKUBE release over the next month or two. You can find the new neonSDK repo here: https://github.com/nforgeio/neonSDK

This change will be released as v3.0 nuget packages, probably in a few weeks (we need to fix some Cadence related unit tests).

jefflill avatar Nov 28 '22 20:11 jefflill