sshKeys

@JvmName(name = "jgixmmvctthpbvxe")
suspend fun sshKeys(value: Output<List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "scwcmstponoaeywg")
suspend fun sshKeys(value: List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>?)

Parameters

value

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.


@JvmName(name = "yqhwtmybsbaqsmir")
suspend fun sshKeys(vararg values: Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>)


@JvmName(name = "svnlcuwrolclcswa")
suspend fun sshKeys(values: List<Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "amgsrljdvqkroxup")
suspend fun sshKeys(vararg values: VirtualMachineOsProfileLinuxConfigSshKeyArgs)

Parameters

values

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.


@JvmName(name = "ynnsuvdvrurlcren")
suspend fun sshKeys(argument: List<suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "xsimqgpqgtvpddga")
suspend fun sshKeys(vararg argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "xidaulcxifimtbmk")
suspend fun sshKeys(argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)

Parameters

argument

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.