ssh登陆error: PTY allocation request failed on channel 0

问题现象 # ssh root@192.168.100.24  root@192.168.100.24's password:  PTY allocation request failed on channel 0  ssh 解决方案 unmount and mount /dev/ptscode umount /dev/pts mount devpts /dev/pts -t devpts 参考
相关文章
相关标签/搜索