Category: ssh
-
[SOLVED] PTY allocation request failed on channel 0 – CENTOS
Virtual Private Server In order to get a terminal via ssh when this occurs, use ssh user@host “/bin/bash -i” My solution was sbin/MAKEDEV -d /dev ptmx I also went down the road of ensuring my fstab had a mount for /dev/pts use “mount” to ensure this mount point exists. If it does not and it…