sshKeys

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


@JvmName(name = "hbpywhsqiyrfjmsj")
suspend fun sshKeys(values: List<Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "vhqiblysmkwhtgoy")
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 = "hovykjiicpcfgcis")
suspend fun sshKeys(argument: List<suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "svikiirofrsbbgdm")
suspend fun sshKeys(vararg argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "wekbogxiwqntmwtn")
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.