From ffffa56518aed38ae93706ebdb22f5386baffcb1 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Sun, 26 May 2024 23:17:47 -0400 Subject: [PATCH] docs(provider): document expectations for the default `root` shell on PVE nodes (#1329) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8b45744a..5168a6f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -180,6 +180,8 @@ When using a non-root user for the SSH connection, the user **must** have the `s -> `sudo` is not installed by default on Proxmox VE nodes. You can install it via the command line on the Proxmox host: `apt install sudo` +~> The `root` user on the Proxmox node must be configured with `bash` as the default shell. + You can configure the `sudo` privilege for the user via the command line on the Proxmox host. In the example below, we create a user `terraform` and assign the `sudo` privilege to it: - Create a new system user: