Uses of Class com.sshtools.j2ssh.transport.InvalidHostFileException

Uses in package com.sshtools.j2ssh.transport

Constructors which throw type com.sshtools.j2ssh.transport.InvalidHostFileException

Constructs a host key verification instance reading the specified known_hosts file.
Constructs the verification instance with the default known_hosts file from $HOME/.ssh/known_hosts.
Constructs the verification instance with the specified known_hosts file.

Methods which throw type com.sshtools.j2ssh.transport.InvalidHostFileException

void
AbstractKnownHostsKeyVerification.allowHost(String host, SshPublicKey pk, boolean always)
Allows a host key, optionally recording the key to the known_hosts file.
void
Save's the host key file to be saved.

Uses in package com.sshtools.common.hosts

Constructors which throw type com.sshtools.j2ssh.transport.InvalidHostFileException

Creates a new AbstractHostKeyVerification object.
Creates a new AbstractHostKeyVerification object.
Creates a new ConsoleHostKeyVerification object.
Creates a new ConsoleHostKeyVerification object.
Creates a new DialogHostKeyVerification object.
DialogHostKeyVerification.DialogHostKeyVerification(Component parent, String hostFileName)
Creates a new DialogHostKeyVerification object.
Creates a new DialogKnownHostsKeyVerification object.
DialogKnownHostsKeyVerification.DialogKnownHostsKeyVerification(Component parent, String hostFileName)
Creates a new DialogKnownHostsKeyVerification object.

Methods which throw type com.sshtools.j2ssh.transport.InvalidHostFileException

void
AbstractHostKeyVerification.allowHost(String host, String hostKeyFingerprint, boolean always)
void
AbstractHostKeyVerification.denyHost(String host, boolean always)
void

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