-
|
Hi All, I installed pulse in a LXC on proxmox (debian 12 for the container). I used the script on github page. I want now to access to the container via ssh. Is there default ID/pwd for login ? During the execution of the script there was no questions for setup ssh. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The Pulse installer creates an LXC container with a root user (password is randomly generated and not stored). For SSH access:
Alternatively, you can enter the container from the Proxmox host: pct enter <CTID>No default ID/password is set during installation. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I solved via : Easy solution at the end |
Beta Was this translation helpful? Give feedback.
Thanks.
I solved via :
pct exec 'nbrLXC' -- passwd
on the node
Then I can connect via console view of the LXC.
Easy solution at the end