Fix for SSH PTY Failed
Simply run the following commands:
1
rm -rf /dev/ptmx && mknod /dev/ptmx c 5 2 && chmod 666 /dev/ptmx && umount /dev/pts && rm -rf /dev/pts && mkdir /dev/pts && mount /dev/pts
Simply run the following commands:
1 | rm -rf /dev/ptmx && mknod /dev/ptmx c 5 2 && chmod 666 /dev/ptmx && umount /dev/pts && rm -rf /dev/pts && mkdir /dev/pts && mount /dev/pts |




