User Tools

Site Tools


proxmox:troubleshooting:unable_to_ssh_into_lxc_container

Proxmox - Troubleshooting - Unable to SSH into LXC Container

Install SSH Server

apt update
apt install openssh-server

Start SSH Service

systemctl start sshd.service

Enable Auto Start

systemctl enable sshd.service

Allow Root SSH Access (Optional)

Modify /etc/ssh/sshd_config:

/etc/ssh/sshd_config
...
PermitRootLogin without-password to PermitRootLogin yes
...

Restart SSH Service:

service ssh restart
proxmox/troubleshooting/unable_to_ssh_into_lxc_container.txt · Last modified: 2021/07/23 09:22 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki