Differences
This shows you the differences between the selected revisions of the page.
2016-01-22 | 2016-03-16 | ||
library_sessionoptions#sshhostkeyfingerprint (martin) | 5.8.2 Bug 1394 Method Session.ScanFingerprint to scan server’s hostkey or certificate fingerprint. (martin) | ||
Line 30: | Line 30: | ||
Learn how to [[scripting#hostkey|accept host key automatically in script]]. | Learn how to [[scripting#hostkey|accept host key automatically in script]]. | ||
- | In .NET assembly, use ''[[library_sessionoptions#sshhostkeyfingerprint|SessionOptions.SshHostKeyFingerprint]]''. | + | In .NET assembly, use ''[[library_sessionoptions#sshhostkeyfingerprint|SessionOptions.SshHostKeyFingerprint]]''. You can use the ''[[library_session_scanfingerprint|Session.ScanFingerprint]]'' method to retrieve the server's host key fingerprint to allow a user to manually verify the key, before you assign the fingerprint to the ''SessionOptions.SshHostKeyFingerprint''. |
~~NOTOC~~ | ~~NOTOC~~ |