sshKeys

@JvmName(name = "oboamdgbbixlamoe")
suspend fun sshKeys(value: Output<List<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "maowfxwsnhwuayoi")
suspend fun sshKeys(value: List<ScaleSetOsProfileLinuxConfigSshKeyArgs>?)

Parameters

value

One or more ssh_keys blocks as defined below.

Note: Please note that the only allowed path is /home/<username>/.ssh/authorized_keys due to a limitation of Azure. NOTE: At least one ssh_keys block is required if disable_password_authentication is set to true.


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


@JvmName(name = "jckdiaqxldsvodnf")
suspend fun sshKeys(values: List<Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "fncaimxutnelhhkg")
suspend fun sshKeys(vararg values: ScaleSetOsProfileLinuxConfigSshKeyArgs)

Parameters

values

One or more ssh_keys blocks as defined below.

Note: Please note that the only allowed path is /home/<username>/.ssh/authorized_keys due to a limitation of Azure. NOTE: At least one ssh_keys block is required if disable_password_authentication is set to true.


@JvmName(name = "jipxgbrcnftvewyq")
suspend fun sshKeys(argument: List<suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "egmeaffeiknndpau")
suspend fun sshKeys(vararg argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "kshdixuhuylexdii")
suspend fun sshKeys(argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)

Parameters

argument

One or more ssh_keys blocks as defined below.

Note: Please note that the only allowed path is /home/<username>/.ssh/authorized_keys due to a limitation of Azure. NOTE: At least one ssh_keys block is required if disable_password_authentication is set to true.