Skip to content

SSH.KnownHosts.DeleteHost

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

SSH.KnownHosts.DeleteHost

Method Signatures

 Sub DeleteHost(ActiveSession As SSH.Session)
 Sub DeleteHost(Index As Integer)

Parameters

DeleteHost(SSH.Session)

Name Type Comment
Session SSH.Session An SSH session whose host+key should be removed from the list.

DeleteHost(Integer)

Name Type Comment
Index Integer The index of the host+key to delete from the list.

Remarks

Deletes a host from the list.

Clone this wiki locally