Package com.sshtools.common.automate
Interface SystemVerification
- All Superinterfaces:
HostKeyVerification
- Version:
- $Revision: 1.11 $
- Author:
- $author$
-
Method Summary
Modifier and TypeMethodDescriptioninputAuthorizationFile
(String defaultPath) inputPassword
(String prompt) inputUsername
(String prompt) Methods inherited from interface com.sshtools.j2ssh.transport.HostKeyVerification
verifyHost
-
Method Details
-
inputAuthorizationFile
- Parameters:
defaultPath
-- Returns:
- Throws:
RemoteIdentificationException
-
inputUsername
- Parameters:
prompt
-- Returns:
- Throws:
RemoteIdentificationException
-
inputPassword
- Parameters:
prompt
-- Returns:
- Throws:
RemoteIdentificationException
-