PTY allocation request failed on channel 0
Solved
Support
-
@echokos Can you clarify what you mean by SSH into your containers? You can't ssh into container because they don't have an ssh server inside them.
To get a shell into a container, you can either use the Web Terminal in the Cloudron dashboard OR
docker exec -ti <containername>
after you SSH into your server.