disablePasswordAuthentication

@JvmName(name = "bkqjoqlkbeulqjqx")
suspend fun disablePasswordAuthentication(value: Output<Boolean>)
@JvmName(name = "ardbonpxeotvjpkw")
suspend fun disablePasswordAuthentication(value: Boolean?)

Parameters

value

Should Password Authentication be disabled on this Virtual Machine? Defaults to true. Changing this forces a new resource to be created.

In general we'd recommend using SSH Keys for authentication rather than Passwords - but there's tradeoff's to each - please see this thread for more information. NOTE: When an admin_password is specified disable_password_authentication must be set to false.