Skip to content

SSH.KnownHosts.Load

Andrew Lambert edited this page Apr 22, 2023 · 5 revisions

Method Signatures

 Function Load(KnownHostsFile As FolderItem) As Integer
 Function Load(KnownHostLines As String) As Boolean

Parameters

Load(FolderItem)

Name Type Comment
KnownHostsFile FolderItem A file containing known host lines.

Load(String)

Name Type Comment
KnownHostsLines String A string containing known host lines.

Return value

Returns the number of hosts that were successfully loaded.

Remarks

Loads one or more known host lines from a file or from memory.

See also

Clone this wiki locally