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