-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.KnownHosts.Load
Andrew Lambert edited this page Apr 22, 2023
·
5 revisions
SSH.KnownHosts.Load
Function Load(KnownHostsFile As FolderItem) As Integer
Function Load(KnownHostLines As String) As Boolean
Name | Type | Comment |
---|---|---|
KnownHostsFile |
FolderItem | A file containing known host lines. |
Name | Type | Comment |
---|---|---|
KnownHostsLines |
String | A string containing known host lines. |
Returns the number of hosts that were successfully loaded.
Loads one or more known host lines from a file or from memory.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.