sshKeys

@JvmName(name = "oxtqqmrtqjxqnrvw")
suspend fun sshKeys(value: Output<List<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "shfxokuodhfhrkhv")
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 = "agqjsixaahwgrkwe")
suspend fun sshKeys(vararg values: Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>)


@JvmName(name = "xvjcedjbomlpusva")
suspend fun sshKeys(values: List<Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "glposmkesrjgiadi")
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 = "wymytgflwuvmafiu")
suspend fun sshKeys(argument: List<suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "gtgdbcjdqjeugeap")
suspend fun sshKeys(vararg argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "putotmylgfacwebl")
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.