SSH.NET - Setting Protocol to Auto resets custom S (wodSSH / wodSSH.NET)
I am evaluating SSH.NET for use in one of my apps and I hit a bug. While connecting to a SSH server, I assigned properties in this order:
Host
Port
Protocol -> SSHSuto
Username
Password
//More properties
And I noticed that my port was being overridden with 22 after I assigned protocol to Auto. I had to move Protocol assignment before Port assignment to make it work.
Complete thread:
- SSH.NET - Setting Protocol to Auto resets custom S - r_honey, 2012-01-22, 19:57
- Re: SSH.NET - Setting Protocol to Auto resets cust - wodDamir, 2012-01-22, 20:00