sshKeys

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


@JvmName(name = "vljxrglyvwyivara")
suspend fun sshKeys(values: List<Output<ScaleSetOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "ffuqavcokitmpass")
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 = "qekycrahthdvaayw")
suspend fun sshKeys(argument: List<suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "wjpsfdbbxscbyejv")
suspend fun sshKeys(vararg argument: suspend ScaleSetOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "kyguslmvknkdyeqw")
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.