com.sshtools.j2ssh.transport
Interface HostKeyVerification
- SystemVerification
- AbstractHostKeyVerification, AbstractKnownHostsKeyVerification, ConsoleHostKeyVerification, ConsoleKnownHostsKeyVerification, DialogHostKeyVerification, DialogKnownHostsKeyVerification, IgnoreHostKeyVerification
public interface HostKeyVerification
An interface to allow the transport protocol to verify the public key
supplied by the server during key-exchange
boolean | verifyHost(String host, SshPublicKey pk) -
Called by the transport protocol to verify the identity of the server
through the supplied public key.
|
verifyHost
public boolean verifyHost(String host,
SshPublicKey pk)
throws TransportProtocolException
Called by the transport protocol to verify the identity of the server
through the supplied public key.
host
- the name of the hostpk
- the public key supplied during key-exchange
- true if the host is acceptable, otherwise false
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.