SshPublicKeyResponse

data class SshPublicKeyResponse(val certType: String, val sshClientCert: SecretResponse, val sshClientCertPass: SecretResponse, val username: String)

Parameters to support Ssh public key Authentication.

Constructors

Link copied to clipboard
fun SshPublicKeyResponse(certType: String, sshClientCert: SecretResponse, sshClientCertPass: SecretResponse, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Format of SSH Client cert.

Link copied to clipboard

SSH Client Cert. It should contain both public and private key.

Link copied to clipboard

Password (passphrase) for ssh client certificate if it has one.

Link copied to clipboard

The user account used to authenticate.