How to fix request failed on channel 0

后端 未结 20 2569
甜味超标
甜味超标 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 17:00

    Just add these lines to your /etc/mtab and /etc/fstab, and reboot the system.

    none    /dev/pts    devpts    defaults    0    0
    

提交回复
热议问题