Class SshConfiguration

java.lang.Object
org.sentrysoftware.metricshub.extension.oscommand.OsCommandConfiguration
org.sentrysoftware.metricshub.extension.oscommand.SshConfiguration
All Implemented Interfaces:
IConfiguration

public class SshConfiguration extends OsCommandConfiguration
Configuration class for SSH-based operations. It includes SSH-specific settings such as username, password, private key, and sudo command configurations. It extends OsCommandConfiguration by adding more specific fields and validation logic pertinent to SSH configurations.