Class IgnoreHostKeyVerification

java.lang.Object
com.sshtools.j2ssh.transport.IgnoreHostKeyVerification
All Implemented Interfaces:
HostKeyVerification

public class IgnoreHostKeyVerification extends Object implements HostKeyVerification

A simple host key verification implementation that automatically approves the servers host key. It should be noted that using this implementation will render the protocol insecure against active attacks.

Since:
0.2.0
Version:
$Revision: 1.15 $
Author:
Lee David Painter