First thank you for a great C# SSH library.
In my limited understanding using Pageant requires the SSH code to call out to Pageant and ask it to calculate security hash(es).
Could this be implemented to create a seamless SSH solution for Windows?
Maybe this is already feasible but I do not know enough to figure it out?
Comments: ** Comment from web user: max_weller **
In my limited understanding using Pageant requires the SSH code to call out to Pageant and ask it to calculate security hash(es).
Could this be implemented to create a seamless SSH solution for Windows?
Maybe this is already feasible but I do not know enough to figure it out?
Comments: ** Comment from web user: max_weller **
I'm planning to use this library in an application if I could get Pageant authentication to work. I've already tried to follow the ideas listed here : https://sshnet.codeplex.com/discussions/434618
But as far as I understand, this requires me to compile my own SshNet.dll - it would be nice if it was possible for me to use the library from NuGet and only put some add-on class into my project which makes the connection to Pageant.