ssh Keys
Parameters
value
One or more ssh_keys
blocks as defined below. This field is required if disable_password_authentication
is set to true
.
Parameters
values
One or more ssh_keys
blocks as defined below. This field is required if disable_password_authentication
is set to true
.
suspend fun sshKeys(argument: List<suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
suspend fun sshKeys(vararg argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
suspend fun sshKeys(argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
Parameters
argument
One or more ssh_keys
blocks as defined below. This field is required if disable_password_authentication
is set to true
.