SSH into Proxmox
Enable SSH Password Authentication in Proxmox
- Set a root password
1 | |
You will be prompted to enter and confirm a new password for the root user.
- Enable SSH password authentication
Edit the SSH configuration file /etc/ssh/sshd_config to allow root login. Change the line PermitRootLogin without-password to PermitRootLogin yes
- Restart the SSH service
1 | |
SSH into Proxmox LXC Container
1 | |
Replace <VM_ID> with the actual ID of the container you wish to access. You will need to enter the root password you set earlier if prompted.