sshPublicKey

@JvmName(name = "yuibcappuxkcxnxc")
suspend fun sshPublicKey(value: Output<SshPublicKeyArgs>)
@JvmName(name = "adwbsgawjjhssojr")
suspend fun sshPublicKey(value: SshPublicKeyArgs?)

Parameters

value

The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.


@JvmName(name = "vacyvutuqgdtxlkd")
suspend fun sshPublicKey(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.