Uses of Interface com.sshtools.j2ssh.transport.HostKeyVerification

Uses in package com.sshtools.j2ssh

Methods with parameter type com.sshtools.j2ssh.transport.HostKeyVerification

void
SshClient.connect(String hostname, HostKeyVerification hosts)
Connect the client to the server using the default connection properties.
void
SshClient.connect(String hostname, int port, HostKeyVerification hosts)
Connect the client to the server on a specified port with default connection properties.
void
Connect the client to the server with the specified properties.

Uses in package com.sshtools.common.ui

Fields of type com.sshtools.j2ssh.transport.HostKeyVerification

HostKeyVerification

Methods with parameter type com.sshtools.j2ssh.transport.HostKeyVerification

void

Methods with return type com.sshtools.j2ssh.transport.HostKeyVerification

HostKeyVerification

Uses in package com.sshtools.j2ssh.transport

Classes implementing com.sshtools.j2ssh.transport.HostKeyVerification

class
An abstract HostKeyVerification class providing validation against the known_hosts format.
class
Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console.
class
A simple host key verification implementation that automatically approves the servers host key.

Constructors with parameter type com.sshtools.j2ssh.transport.HostKeyVerification

Creates a new TransportProtocolClient object.

Fields of type com.sshtools.j2ssh.transport.HostKeyVerification

HostKeyVerification

Uses in package com.sshtools.common.hosts

Classes implementing com.sshtools.j2ssh.transport.HostKeyVerification

class
class
class
class

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.