ConsoleKnownHostsKeyVerification.OnUnknownHost Method
Overides the abstract method to obtain a response from the user through the console.
[Visual Basic]
Overrides Public Sub OnUnknownHost( _
ByVal
host As
String, _
ByVal
pk As
SSHPublicKey _
)
Parameters
-
host
- The hostname of the SSH server.
-
pk
- The host key of the SSH server.
See Also
ConsoleKnownHostsKeyVerification Class | Maverick.PublicKey Namespace