Uses of Class
org.sentrysoftware.metricshub.engine.configuration.SshConfiguration
Packages that use SshConfiguration
Package
Description
-
Uses of SshConfiguration in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type SshConfigurationModifier and TypeMethodDescriptionCriterionProcessor.buildIpmiCommand(DeviceKind hostType, String hostname, SshConfiguration sshConfiguration, OsCommandConfiguration osCommandConfiguration, int defaultTimeout) Check the OS type and version and build the correct IPMI command. -
Uses of SshConfiguration in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils with parameters of type SshConfigurationModifier and TypeMethodDescriptionstatic StringOsCommandHelper.runSshCommand(@NonNull String command, @NonNull String hostname, @NonNull SshConfiguration sshConfiguration, long timeout, List<File> localFiles, String noPasswordCommand) Run an SSH command, checking if it can be executed on localhost or remotely.