I'am trying to connect to an OpenSSH server with your SSH WinFormClient example.
With Putty i don't have any problems but with the example I just have this...
Exception occured: Rebex.Net.SshException: Authentication method not supported. Supported methods: 'keyboard-interactive'.
at Rebex.Net.SshSession.BhTajBZ(String , String )
at Rebex.Net.SshSession.cCIjvV(String , String , SshPrivateKey , SshGssApiCredentials )
at Rebex.Net.SshSession.Authenticate(String userName, String password, SshPrivateKey privateKey)
at Rebex.Net.Ssh.Login(String userName, String password, SshPrivateKey privateKey)
at Rebex.Samples.MainForm.menuItemConnect_Click(Object sender, EventArgs e) in C:Program Files (x86)RebexTotal Pack for .NET 2.0SSH Shell for .NET 2.0samplesvs2008sourceWinFormClientMainForm.cs:line 344
I tried some modifications in the example but I don't know what to do.
Thanks