ScaleSetOsProfileLinuxConfig

data class ScaleSetOsProfileLinuxConfig(val disablePasswordAuthentication: Boolean? = null, val sshKeys: List<ScaleSetOsProfileLinuxConfigSshKey>? = null)

Constructors

Link copied to clipboard
constructor(disablePasswordAuthentication: Boolean? = null, sshKeys: List<ScaleSetOsProfileLinuxConfigSshKey>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether password authentication should be disabled. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard

One or more ssh_keys blocks as defined below.