java.lang.Object
com.sshtools.commands.AbstractJadaptiveCommand
com.sshtools.keys.SshKeyCommand
- Direct Known Subclasses:
KeyScriptsClean
public abstract class SshKeyCommand
extends com.sshtools.commands.AbstractJadaptiveCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureCommonBuilder(com.sshteam.lib.AbstractSshAutomationBuilder<?, ?> builder) protected abstract com.sshteam.lib.AbstractSshAutomationBuilder<?,?> protected final IntegeronCall()protected StringreadPassword(String prompt) protected StringreadPassword(String prompt, boolean useCommandPassword) Methods inherited from class com.sshtools.commands.AbstractJadaptiveCommand
call, getApp, getPreferences, getScheduler, getTerminal, getUpdateService, getVersion, isVerboseExceptions
-
Field Details
-
ssh
protected com.sshtools.client.SshClient ssh
-
-
Constructor Details
-
SshKeyCommand
protected SshKeyCommand()
-
-
Method Details
-
onCall
- Specified by:
onCallin classcom.sshtools.commands.AbstractJadaptiveCommand- Throws:
Exception
-
createBuilder
protected abstract com.sshteam.lib.AbstractSshAutomationBuilder<?,?> createBuilder() -
configureCommonBuilder
protected void configureCommonBuilder(com.sshteam.lib.AbstractSshAutomationBuilder<?, ?> builder) -
readPassword
-
readPassword
-