Ganymed SSH2 for Java

Uses of Interface
ch.ethz.ssh2.ServerHostKeyVerifier

Uses of ServerHostKeyVerifier in ch.ethz.ssh2
 

Methods in ch.ethz.ssh2 with parameters of type ServerHostKeyVerifier
 ConnectionInfo Connection.connect(ServerHostKeyVerifier verifier)
          Connect to the SSH2 server and, as soon as the server has presented its host key, use the verifyServerHostKey method of the verifier to ask for permission to proceed.
 


Ganymed SSH2 for Java