neonKUBE
neonKUBE copied to clipboard
Neon.SSH No override for static class SSHCredentials for FromUserPassword to use passphrase
instead of having an overload for the following:
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.
also could use the following:
Edit: fixing obv oops
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
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).