I moved container from proxmox 5.0 to 5.1 and after that i can't connect via ssh to this container.
i did try use this manual, but it not helped:
PTY Allocation
When ssh to VPS then you experience error "lxc Server refused to allocate pty":
lxc config:
cat /etc/pve/lxc/202.conf
arch: amd64
cores: 32
hostname: test-test
memory: 16384
net0: name=eth0,bridge=vmbr69,hwaddr=7A:89:EED:885,type=veth
net1: name=eth1,bridge=vmbr200,hwaddr=FE:EB:77:46:4D:77,type=veth
net2: name=eth2,bridge=vmbr103,hwaddr=56:4F:A6:AE:46:FF,type=veth
onboot: 1
ostype: centos
rootfs: local:202/vm-202-disk-1.raw,quota=1,size=500G
swap: 4096
lxc.apparmor.profile = unconfined
maybe anybody faced with this issue, could you give me advice
i did try use this manual, but it not helped:
PTY Allocation
When ssh to VPS then you experience error "lxc Server refused to allocate pty":
- Enter to VPS, edit /etc/rc.sysinit
- Find /sbin/start_udev then comment out: #/sbin/start_udev
- Reboot VPS
lxc config:
cat /etc/pve/lxc/202.conf
arch: amd64
cores: 32
hostname: test-test
memory: 16384
net0: name=eth0,bridge=vmbr69,hwaddr=7A:89:EED:885,type=veth
net1: name=eth1,bridge=vmbr200,hwaddr=FE:EB:77:46:4D:77,type=veth
net2: name=eth2,bridge=vmbr103,hwaddr=56:4F:A6:AE:46:FF,type=veth
onboot: 1
ostype: centos
rootfs: local:202/vm-202-disk-1.raw,quota=1,size=500G
swap: 4096
lxc.apparmor.profile = unconfined
maybe anybody faced with this issue, could you give me advice