Differences
This shows you the differences between the selected revisions of the page.
2024-09-03 | 2024-09-03 (current) | ||
no summary (41.102.154.114) (hidden) (untrusted) | updating to latest putty documentation (martin) | ||
Line 23: | Line 23: | ||
===== Displaying Host Key ===== | ===== Displaying Host Key ===== | ||
- | 1040 d0:0d:e9:4e:24:4c:41:86:e9:62:32:5c:24:de:3e:4f | + | |
Once the key is verified, you can see it during all future sessions on [[ui_fsinfo|Server and Protocol Information Dialog]]. | Once the key is verified, you can see it during all future sessions on [[ui_fsinfo|Server and Protocol Information Dialog]]. | ||
Line 30: | Line 30: | ||
===== [[automation]] Automating Host Key Verification ===== | ===== [[automation]] Automating Host Key Verification ===== | ||
- | Learn how to [[scripting1040 d0:0d:e9:4e:24:4c:41:86:e9:62:32:5c:24:de:3e:4f#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]]''. 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''. | 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~~ |