-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.KnownHosts.Load
Andrew Lambert edited this page Jul 24, 2018
·
5 revisions
SSH.KnownHosts.Load
Function Load(KnownHostsFile As FolderItem) As Integer
Function Load(KnownHostLine As String) As Boolean
Name | Type | Comment |
---|---|---|
KnownHostsFile |
FolderItem | A file containing known host lines. |
Name | Type | Comment |
---|---|---|
KnownHostsLine |
String | A single known hosts line. |
When loading from a file this method returns the number of hosts that were successfully loaded. When loading a String it returns True on success.
Loads one or more known hosts 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.