VirtualMachineInstancePropertiesOsProfileLinuxConfiguration interface
LinuxConfiguration - linux specific configuration values for the virtual machine instance
Properties
| disable |
DisablePasswordAuthentication - whether password authentication should be disabled |
| provision |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
| provision |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
| ssh | Specifies the ssh key configuration for a Linux OS. |
Property Details
disablePasswordAuthentication
DisablePasswordAuthentication - whether password authentication should be disabled
disablePasswordAuthentication?: boolean
Property Value
boolean
provisionVMAgent
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
provisionVMAgent?: boolean
Property Value
boolean
provisionVMConfigAgent
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
provisionVMConfigAgent?: boolean
Property Value
boolean
ssh
Specifies the ssh key configuration for a Linux OS.
ssh?: SshConfiguration