-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.KnownHosts.DeleteHost
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.KnownHosts.DeleteHost
Sub DeleteHost(ActiveSession As SSH.Session)
Sub DeleteHost(Index As Integer)
Name | Type | Comment |
---|---|---|
Session |
SSH.Session | An SSH session whose host+key should be removed from the list. |
Name | Type | Comment |
---|---|---|
Index |
Integer | The index of the host+key to delete from the list. |
Deletes a host from the list.
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.