We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9cead commit 5852a96Copy full SHA for 5852a96
README.md
@@ -90,7 +90,7 @@ using (var client = new SshClient("sftp.foo.com", "guest", "pwd"))
90
{
91
client.HostKeyReceived += (sender, e) =>
92
93
- if (expectedFingerPrint.Length != e.FingerPrint.Length)
+ if (expectedFingerPrint.Length == e.FingerPrint.Length)
94
95
for (var i = 0; i < expectedFingerPrint.Length; i++)
96
0 commit comments