S smutel New Member Jan 22, 2021 11 1 1 43 Jan 22, 2021 #1 Hello, Currently a SSH connection with the root account is used for vm migration between proxmox nodes on the same cluster. Is-it possible to use another account with sudo permissions ? Thanks.
Hello, Currently a SSH connection with the root account is used for vm migration between proxmox nodes on the same cluster. Is-it possible to use another account with sudo permissions ? Thanks.
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,536 1,764 248 Jan 22, 2021 #2 No the use of the root-user is hard-coded in quite a few places in the code base. You can however disable ssh-login for root without password (PVE uses ssh-keys for authentication) - if that helps in your environment
No the use of the root-user is hard-coded in quite a few places in the code base. You can however disable ssh-login for root without password (PVE uses ssh-keys for authentication) - if that helps in your environment