Hi - I'm evaluating your sftp library - I wrote an app that tests all the sites we connect to, most work perfectly, some return the following exception (with "supported methods" == empty string.
Rebex.Net.SshException: Authentication method not supported. Supported methods: ''.
at Rebex.Net.SshSession.MS(String A, String B, Boolean C)
at Rebex.Net.SshSession.OS(String A, String B, SshPrivateKey C, SshGssApiCredentials D)
at Rebex.Net.SshSession.Authenticate(String userName, String password, SshPrivateKey privateKey)
at Rebex.Net.Sftp.EFB.EV(String A, String B, SshPrivateKey C, SEB D)
at Rebex.Net.Sftp.ZN(String A, String B, SshPrivateKey C, SEB D)