Aimeast

Results 8 comments of Aimeast

> My purpose of updating was that https://github.com/libgit2/libgit2sharp/issues/795 is mysteriously looks like the same what I experience. And that issue was fixed in libgit2, and thus in LibGit2Sharp. So for...

Hi, @WolfspiritM First of all, It is Amazing that you are implemented a SFTP Subsystem. Can you please send a PR for this feature if possible? It will be appreciated...

Thanks for your attention. I am very glad and welcome you become a contribution. There are no more requirements of PRs, but only some advises: 1. Try to match my...

I also like to have automated testing. Except SSH.NET, what other SSH clients are available for us to choose? We need to use an authoritative client as the test judge....

just in sample code `void service_Userauth(object sender, UserauthArgs e)` , please lookup `UserauthArgs e` .

Hi, the infrastructure of FxSsh is completed, you can add *shell*, *command* or *subsystem* very easy as you want. the only rule is to obey the RFC docs. Currently, I...

Hi, can you explain what issue of CNG([ECDiffieHellmanCng](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.ecdiffiehellmancng?view=netcore-3.1) Class) occurred on Linux? Do you know how fix it officially? Does Microsoft have any plan to fix it? Thank you!

OK. I think two steps may to go 1. Implement ECC via CNG 2. Make a new version with BouncyCastle. CNG & BouncyCastle coexist this issue focus on step 1