mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
docs(provider): document expectations for the default root
shell on PVE nodes (#1329)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
206fc4b03d
commit
ffffa56518
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user