-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.KnownHosts.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.KnownHosts.Constructor
Sub Constructor(Session As SSH.Session)
Sub Constructor(Session As SSH.Session, KnownHostsFile As FolderItem)
Name | Type | Comment |
---|---|---|
Session |
SSH.Session | An SSH session. |
Name | Type | Comment |
---|---|---|
Session |
SSH.Session | An SSH session. |
KnownHostsFile |
FolderItem | A file to read known hosts from. |
Constructs a new instance of KnownHosts, optionally loading the specified known hosts file.
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.