How to fix request failed on channel 0

后端 未结 20 2606
甜味超标
甜味超标 2020-12-04 16:42

When I want to connect to my server like this

ssh -a username@my-server.de -p 22

it gives me two error messages:

PTY alloca         


        
20条回答
  •  囚心锁ツ
    2020-12-04 16:58

    unmount and mount /dev/pts worked for me

    umount /dev/pts
    
    mount devpts /dev/pts -t devpts
    

    Reference: http://www.iitk.ac.in/LDP/LDP/lfs/5.0/html/chapter06/proc.html

提交回复
热议问题