SshKeyAuthTunnelMethod
data class SshKeyAuthTunnelMethod(@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 user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )") val key: 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 user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )") key: String)