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

Leave a comment

You must be logged in to post a comment.