Hi,
I am creating a C# application that executes Linux command remotely.
Everything is fine with SSH.NET.
But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the message that I am getting, and also "__No suitable authentication method found to complete authentication__."
But i just want to pop-up with a messagbox that re-enter user, something like that how can I overcome this.
Thanks & Regards
Avinash.
Comments: ** Comment from web user: avinashav **
I am creating a C# application that executes Linux command remotely.
Everything is fine with SSH.NET.
But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the message that I am getting, and also "__No suitable authentication method found to complete authentication__."
But i just want to pop-up with a messagbox that re-enter user, something like that how can I overcome this.
Thanks & Regards
Avinash.
Comments: ** Comment from web user: avinashav **
Super Thanks man, You got it right :) Awesome.
And how to solve this:
I have another issue, how can I send file from my windows machine to remote unix/linux box and vice versa.
So that I can add a command in my application to Upload/Download.