Differences
This shows you the differences between the selected revisions of the page.
| 2016-08-10 | 2016-08-10 | ||
| no summary (182.65.230.21) (hidden) | no summary (182.65.230.21) (hidden) | ||
| Line 22: | Line 22: | ||
| - | ===== Automating Host Key Verification ===== | ||
| - | Learn how to [[scripting#hostkey|accept host key automatically in script]]. | ||
| - | |||
| - | 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~~ | ||