Solved PTY allocation request failed on channel 0
-
Trying to log into SSH to any of my containers produces the error:
"PTY allocation request failed on channel 0"
I've seen some info online about fixing that specific error, but I don't want to break the Cloudron instance.
-
@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. -
Or use the cloudron CLI with the
cloudron exec
command ! -
@girish Got it. Thank you. I was using the SFTP login to SSH.