LXC ssh problem restoring on different node.

Chrimpshrine

New Member
Mar 30, 2020
1
0
1
51
Hi

I'm using ProxMox version 5.4-13. I can backup an existing LXC and restore on a different node with a couple of problems.

1) SSH will close immediately upon authentication with error code 254
2) I get no console in the web gui. Just a black screen with a white cursor in the corner

The restored container seems to "work" with the exception of the two problems. I can access it using 'pct enter' from the host shell.

Looking for someone to point me in the right direction because nothing I have tried has worked.
 
hmm - check the journal of the pve-node (`journalctl -f`), while trying to login or ssh into the container - do you see any messages which could indicate where the problem comes from?
also check the verbose output of ssh (ssh -vvv ) - maybe there is a hint there.

last but not least - check the journal/logs of the container after you entered with `pct enter`

I hope this helps!