Class SshConnectionOptions.Builder
java.lang.Object
com.shaft.cli.SshConnectionOptions.Builder
- Enclosing class:
SshConnectionOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()extraJschConfig(String key, String value) knownHosts(Path value) legacyFacade(boolean value) port(int value) privateKey(Path value) privateKeyPassphrase(String value) strictHostKeyChecking(boolean value) verbose(boolean value)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
legacyFacade
-
host
-
port
-
username
-
privateKey
-
privateKeyPassphrase
-
password
-
knownHosts
-
strictHostKeyChecking
-
keyboardInteractive
public SshConnectionOptions.Builder keyboardInteractive(SshConnectionOptions.KeyboardInteractive value) -
extraJschConfig
-
verbose
-
build
-