com.sshtools.common.automate

Interface SystemVerification

All Superinterfaces:
HostKeyVerification

public interface SystemVerification
extends HostKeyVerification

Version:
$Revision: 1.11 $
Author:
$author$

Method Summary

String
inputAuthorizationFile(String defaultPath)
String
inputPassword(String prompt)
String
inputUsername(String prompt)

Methods inherited from interface com.sshtools.j2ssh.transport.HostKeyVerification

verifyHost

Method Details

inputAuthorizationFile

public String inputAuthorizationFile(String defaultPath)
            throws RemoteIdentificationException
Parameters:
defaultPath -
Returns:

inputPassword

public String inputPassword(String prompt)
            throws RemoteIdentificationException
Parameters:
prompt -
Returns:

inputUsername

public String inputUsername(String prompt)
            throws RemoteIdentificationException
Parameters:
prompt -
Returns:

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