SaltSSHConfig.Builder |
SaltSSHConfig.Builder.extraFilerefs(String extraFilerefs) |
Pass in extra files to include in the state tarball.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.identitiesOnly(boolean identitiesOnly) |
Use the only authentication identity files configured in the ssh_config files.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.ignoreHostKeys(boolean ignoreHostKeys) |
By default ssh host keys are honored and connections will ask for approval.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.keyDeploy(boolean keyDeploy) |
Set this flag to attempt to deploy the authorized ssh key with all minions.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.noHostKeys(boolean noHostKeys) |
Removes all host key checking functionality from SSH session.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.passwd(String passwd) |
Set the default password to attempt to use when authenticating.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.priv(String priv) |
SSH private key file.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.randomThinDir(boolean randomThinDir) |
Force the salt-thin to be deployed in a random path every time salt-ssh is called
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.refreshCache(boolean refreshCache) |
Force a refresh of the master side data cache of the target's data.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.remotePortForwards(String remotePortForwards) |
Setup remote port forwarding using the same syntax as with the -R parameter of
ssh.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.roster(String roster) |
Define which roster system to use, this defines if a database backend, scanner,
or custom roster system is used.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.rosterFile(String rosterFile) |
Define an alternative location for the default roster file location.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.scanPorts(String scanPorts) |
Comma-separated list of ports to scan in the scan roster.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.scanTimeout(Double scanTimeout) |
Scanning socket timeout for the scan roster.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.sshMaxProcs(int sshMaxProcs) |
Set the number of concurrent minions to communicate with.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.sudo(boolean sudo) |
Run command via sudo.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.user(String user) |
Set the default user to attempt to use when authenticating.
|
SaltSSHConfig.Builder |
SaltSSHConfig.Builder.wipe(boolean wipe) |
Remove the deployment of the salt files when done executing.
|