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) | Restored revision 1459517860. Undoing revisions 1470836642, 1470836653. (martin) (hidden) | ||
Line 20: | Line 20: | ||
//Do not confuse host public key with your [[public_key|private/public key pair used for authentication]].// | //Do not confuse host public key with your [[public_key|private/public key pair used for authentication]].// | ||
+ | ===== Displaying Host Key ===== | ||
+ | Once the key is verified, you can see it during all future sessions on [[ui_fsinfo|Server and Protocol Information Dialog]]. | ||
+ | ~~AD~~ | ||
+ | ===== 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~~ |