-
Hi there, So I am quite sure the issue in the old LXC wasn't a problem of setup. Password doesn't even contain special characters. Anyone else who can confirm this? Or even any hint to get ssh access again? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I use this heavily and not struck this issue, if you don't put a password in the setup then it won't enable ssh root login is my understanding. Maybe look at /etc/ssh/sshd_config and set Also run |
Beta Was this translation helpful? Give feedback.
-
The login details on the script webpage are NEVER for the SSH. All LXCs use root autologin, so no password is needed by default. Remote root login is disabled, you must set PermitRootLogin in ssh config. |
Beta Was this translation helpful? Give feedback.
The login details on the script webpage are NEVER for the SSH. All LXCs use root autologin, so no password is needed by default.
Remote root login is disabled, you must set PermitRootLogin in ssh config.