sshKeys

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


@JvmName(name = "fobsesfmnpoglhrv")
suspend fun sshKeys(values: List<Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "pnohuqdujnrmwgwo")
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 = "qfgavnpeqwgcioio")
suspend fun sshKeys(argument: List<suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "tcakejawtjkoxrvv")
suspend fun sshKeys(vararg argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "yuyuecpykvnrulos")
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.