SshPasswordAuthTunnelMethod
data class SshPasswordAuthTunnelMethod(@JsonPropertyDescription(value = "Hostname of the jump server host that allows inbound ssh tunnel.") val host: String, @JsonPropertyDescription(value = "Port on the proxy/jump server that accepts inbound ssh connections.") val port: Int, @JsonPropertyDescription(value = "OS-level username for logging into the jump server host") val user: String, @JsonPropertyDescription(value = "OS-level password for logging into the jump server host") val password: String) : SshTunnelMethodConfiguration
Constructors
Link copied to clipboard
constructor(@JsonPropertyDescription(value = "Hostname of the jump server host that allows inbound ssh tunnel.") host: String, @JsonPropertyDescription(value = "Port on the proxy/jump server that accepts inbound ssh connections.") port: Int, @JsonPropertyDescription(value = "OS-level username for logging into the jump server host") user: String, @JsonPropertyDescription(value = "OS-level password for logging into the jump server host") password: String)